vacation-planner-frontend/tsconfig.json

13 lines
194 B
JSON
Raw Permalink Normal View History

2025-08-26 05:00:27 +02:00
{
"files": [],
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
},
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}