This commit is contained in:
hptangxi
2025-07-01 22:52:48 +08:00
parent dcb862b11a
commit d48384af80
26 changed files with 3528 additions and 0 deletions

13
fe/tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
},
},
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}