fix:修改打包选项

This commit is contained in:
lhj
2024-11-16 13:50:57 +08:00
parent 22cad15cb3
commit 5447795534

View File

@ -10,6 +10,7 @@
/* Bundler mode */ /* Bundler mode */
/* Linting */ /* Linting */
"compilerOptions": { "compilerOptions": {
"sourceMap": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"skipLibCheck": true, "skipLibCheck": true,