Files
One-KVM/web/tsconfig.json
mofeng-git d143d158e4 init
2025-12-28 18:19:16 +08:00

14 lines
213 B
JSON

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