@eliduty/tsconfig
v1.2.3
Published
This is the configuration of the TypeScript project
Downloads
9
Maintainers
Readme
@eliduty/tsconfig
TypeScript 项目配置。
安装
npm install -D typescript @eliduty/tsconfig
// 或
yarn add -D typescript @eliduty/tsconfig
// 或
pnpm install -D typescript @eliduty/tsconfig
使用
在tsconfig中添加如下配置:
- 使用默认配置(同vue配置)
{
"extends": "@eliduty/tsconfig",
}
- Vue项目
{
"extends": "@eliduty/tsconfig/tsconfig.vue.json",
}
- Node项目
{
"extends": "@eliduty/tsconfig/tsconfig.node.json",
}