@2bad/tsconfig 中文文档教程
tsconfig
为我们的项目
Install
$ npm install --save-dev @2bad/tsconfig
Usage
tsconfig.json
共享 TypeScript 配置
{
"extends": "@2bad/tsconfig",
"compilerOptions": {
"outDir": "build"
},
"include": ["source", "test"]
}
tsconfig
Shared TypeScript config for our projects
Install
$ npm install --save-dev @2bad/tsconfig
Usage
tsconfig.json
{
"extends": "@2bad/tsconfig",
"compilerOptions": {
"outDir": "build"
},
"include": ["source", "test"]
}