@ease-life/typescript-config

1.1.1 • Public • Published

TypeScript 配置

安装

pnpm add -D typescript-config

配置

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

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

Readme

Keywords

Package Sidebar

Install

npm i @ease-life/typescript-config

Weekly Downloads

108

Version

1.1.1

License

MIT

Unpacked Size

1.05 kB

Total Files

4

Last publish

Collaborators

  • zapzqc