1.0.4 • Published 3 years ago

@agds/ts-config-js v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@agds/ts-config-js

版本 :1.0.4-0

agds系统的ts配置预设

快速开始

安装

npm i -D @agds/ts-config-js

引入

// tsconfig.json
{
  "extends": "@agds/ts-config-js",
  "include": [
    "src"
  ]
}

配置源码

{
  "compilerOptions": {
    "target": "ESNext",
    "module": "commonjs",
    "allowJs": true,
    "declaration": true,
    "allowSyntheticDefaultImports": true,
    "baseUrl": ".",
    "moduleResolution": "node",
    "experimentalDecorators": true,
    "esModuleInterop": true,
    "declarationDir": "lib/types",
    "outDir": "lib"
  }
}

许可证

MIT License Copyright (c) 2021 锦阳

请维护者喝杯咖啡

加入钉钉群讨论或加入开发