1.1.8 • Published 3 years ago

@junyy/tsconfig v1.1.8

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

中台 Typescript Config

安装

yarn add @junyy/tsconfig -D or npm i @junyy/tsconfig --dev

使用

// ./tsconfig.json
{
  "extends": "@junyy/tsconfig",
  "compilerOptions": {
    "baseUrl": "."
  },
  "include": ["src"]
}
// ./settings.json
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "typescript.tsdk": "node_modules/typescript/lib", //支持css 类型检测配置
  "typescript.enablePromptUseWorkspaceTsdk": true //支持css 类型检测配置
}