"重构模块依赖并添加查询应用功能"

This commit is contained in:
2025-05-17 15:54:46 +08:00
parent 15c868ac70
commit 7075e9b097
17 changed files with 1811 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
{
"extends": "@kevisual/types/json/frontend.json",
"compilerOptions": {
"baseUrl": ".",
"typeRoots": [
"./node_modules/@types",
"./node_modules/@kevisual"
],
"paths": {
"@/*": [
"src/*"
]
},
},
"include": [
"src/**/*",
],
}