[inula-dev-tools]<feat> 修改 tsconfig 配置

This commit is contained in:
13659257719 2023-11-03 17:57:43 +08:00
parent 9bcc0b05ee
commit cc9c10b84b
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{
"compilerOptions": {
"outDir": "./dist",
"incremental": false,
"allowJs": true,
"strict": true,
"noImplicitAny": false,
@ -17,6 +16,6 @@
}
},
"include": [
"./src/*/*.ts", "./src/index.d.ts", "./src/*/*.tsx"
"./src/**/*.ts", "./src/index.d.ts", "./src/**/*.tsx", "./externals.d.ts"
]
}