This commit is contained in:
2023-06-04 23:15:37 +08:00
parent 587f078d21
commit bdbda8b68e
17 changed files with 31669 additions and 8427 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"composite": false,
"outDir": "./build",
"outDir": "build",
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
@@ -32,6 +32,9 @@
"@cps/*": [
"src/components/*"
],
"vue-i18n": [
"vue-i18n/dist/vue-i18n.cjs.js"
]
},
"lib": [
"dom",
@@ -52,6 +55,6 @@
],
"exclude": [
"node_modules",
"build/**/*",
"build/**/*"
]
}