fix:修改打包选项

This commit is contained in:
lhj
2024-11-15 00:39:47 +08:00
parent f01bdced44
commit ff697b8d42

View File

@ -11,13 +11,12 @@
/* Linting */
"compilerOptions": {
"sourceMap": true,
"declaration": false,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"emitDeclarationOnly": true,
"allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true,
"noEmit": true,
"jsx": "preserve",
"experimentalDecorators": true,
"target": "ES2020",