fix:更新ts配置文件

This commit is contained in:
lhj
2024-11-06 23:12:08 +08:00
parent 6fc1097a34
commit f99ee71c6e
2 changed files with 11 additions and 15 deletions

View File

@ -6,17 +6,17 @@
"es2020",
"es2015.promise"
],
/* Bundler mode */
"module": "esnext",
"moduleResolution": "node",
"sourceMap": true,
"declaration": false,
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"skipLibCheck": true,
/* Bundler mode */
/* Linting */
"compilerOptions": {
"sourceMap": true,
"declaration": false,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"emitDeclarationOnly": true,
"allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true,
"jsx": "preserve",
"experimentalDecorators": true,