1.0.0 • Published 2 years ago
@yysmx/tsconfig v1.0.0
tsconfig
安装
npm i -D @yysmx/tsconfig
使用
- 在项目的
tsconfig.json
中使用extends
继承通用配置
{
"extends": "@yysmx/tsconfig",
"compilerOptions": {
// ... 一些自定义配置
"baseUrl": ".",
"outDir": "dist",
// ... 覆盖通用配置
"target": "ES2021"
}
}
1.0.0
2 years ago