🔧 Add configuration information and dependencies

This commit is contained in:
2025-04-23 00:17:25 +08:00
parent 598453076f
commit d774c641b4
31 changed files with 5350 additions and 188 deletions

View File

@@ -13,7 +13,16 @@
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"noEmit": true
"noEmit": true,
"baseUrl": "./",
"paths": {
"@": [
"src"
],
"@/*": [
"src/*"
]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]