[关闭]
@Dale-Lin 2022-09-15T16:45:09.000000Z 字数 2193 阅读 297

TS配置

TypeScript


顶层

  1. {
  2. "extends": "@tsconfig/node/12/tsconfig.json",
  3. "compilerOptions": {
  4. "preserveConstEnums": true
  5. },
  6. "include": ["src/**/*"],
  7. "exclude": ["node_modules", "**/*.spec.ts"]
  8. }

Compiler Options

类型检查

模块

输出

JS支持

互操作约束

语言和环境

构建

完整性

watchOptions

配置 tsc -w 的选项
- watchFile

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注