Files
template-vue-hucky/tsconfig.json

14 lines
211 B
JSON
Raw Normal View History

2025-08-01 17:52:35 +08:00
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
2026-01-31 00:00:46 +08:00
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
2025-08-01 17:52:35 +08:00
}