1.0.0 • Published 2 years ago

@yysmx/tsconfig v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

tsconfig

安装

npm i -D @yysmx/tsconfig

使用

  • 在项目的tsconfig.json中使用extends继承通用配置
{
  "extends": "@yysmx/tsconfig",
  "compilerOptions": {
    // ... 一些自定义配置
    "baseUrl": ".",
    "outDir": "dist",
    // ... 覆盖通用配置
    "target": "ES2021"
  }
}
1.0.0

2 years ago