0.0.10 • Published 2 years ago

@belloai/bello-tsconfig v0.0.10

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

Bello Typescript Config

tsconfig.json 适用于 vue 项目

安装

yarn add @belloai/bello-tsconfig -D or npm i @belloai/bello-tsconfig --dev

使用

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

tsconfig.json 内容

更多 ts 的详细学习

0.0.10

2 years ago

0.0.9

2 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago