vacation-planner-frontend/tsconfig.json
2025-08-26 11:00:27 +08:00

13 lines
194 B
JSON

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