项目作者: devsht

项目描述 :
Reusable TS config
高级语言:
项目地址: git://github.com/devsht/tsconfig.git
创建时间: 2021-04-09T17:49:51Z
项目社区:https://github.com/devsht/tsconfig

开源协议:MIT License

下载


@devsht/tsconfig

Reusable TS config

Installation

  1. npm i -D @devsht/tsconfig

or

  1. yarn add --dev @devsht/tsconfig

Usage

Create a tsconfig.json and add this package to the extends field.

  1. {
  2. "extends": "@devsht/tsconfig",
  3. "compilerOptions": {
  4. "outDir": "dist"
  5. },
  6. "include": ["src"]
  7. }