sto-k-odnomu/admin/tsconfig.json

14 lines
213 B
JSON
Raw Normal View History

2026-01-06 20:12:36 +00:00
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
2026-01-06 20:41:03 +00:00
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
2026-01-06 20:12:36 +00:00
}