1.1.1 • Published 1 year ago

@ease-life/typescript-config v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

TypeScript 配置

安装

pnpm add -D typescript-config

配置

在项目根目录下创建 tsconfig.json:

{
  "extends": "@ease-life/typescript-config/base.json",
  // 以下按需配置
  "include": [
    "packages/**/*.ts", 
    "apps/**/*.ts"
  ],
}
1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago