Uecko_ERP/apps/web/tsconfig.json

14 lines
213 B
JSON
Raw Normal View History

2025-04-22 15:09:57 +00:00
{
"files": [],
2025-05-10 08:40:40 +00:00
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
2025-05-09 10:45:32 +00:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
2025-04-22 15:09:57 +00:00
}