mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
20 lines
299 B
JSON
20 lines
299 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" },
|
|
{
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@/*": ["*"],
|
|
|
|
"@constants/*": ["constants/*"],
|
|
"@components/*": ["components/*"]
|
|
}
|
|
}
|
|
}
|
|
|
|
]
|
|
}
|