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 */ /* Linting */
"compilerOptions": { "compilerOptions": {
"sourceMap": true, "sourceMap": true,
"declaration": false,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"skipLibCheck": true, "skipLibCheck": true,
"emitDeclarationOnly": true,
"allowImportingTsExtensions": true, "allowImportingTsExtensions": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"noEmit": true,
"jsx": "preserve", "jsx": "preserve",
"experimentalDecorators": true, "experimentalDecorators": true,
"target": "ES2020", "target": "ES2020",