Files
edr-platform/apps/edr-freight-web/backoffice/tsconfig.json
2026-06-02 10:47:36 +03:00

20 lines
299 B
JSON

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