Files
DataRush/services/frontend/tsconfig.json
T
Андрей Сумин 70325c3c0d init
2025-02-28 21:52:48 +03:00

13 lines
193 B
JSON

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