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

Merge pull request !75 from 涂旭辉/master
This commit is contained in:
openInula-robot 2023-11-03 09:59:47 +00:00 committed by Gitee
commit e9f3fcddc4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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"
]
}