完善类型配置,新增L1, L4数据展示界面

This commit is contained in:
tao
2025-09-26 10:44:15 +08:00
parent 614e5ad34e
commit db87adf26a
33 changed files with 1294 additions and 309 deletions

View File

@@ -8,6 +8,7 @@
"composite": true,
/* Bundler mode */
"noEmit": true,
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
@@ -21,6 +22,7 @@
},
"include": [
"vite.config.ts",
"src/**/*.d.ts"
"src/**/*.d.ts",
"src/shim-vue.d.ts"
]
}