1.1.1 • Published 1 year ago
@ease-life/typescript-config v1.1.1
TypeScript 配置
安装
pnpm add -D typescript-config
配置
在项目根目录下创建 tsconfig.json:
{
"extends": "@ease-life/typescript-config/base.json",
// 以下按需配置
"include": [
"packages/**/*.ts",
"apps/**/*.ts"
],
}