Uecko_ERP/apps/web/tsconfig.json

13 lines
261 B
JSON
Raw Normal View History

2025-04-22 15:09:57 +00:00
{
"files": [],
2025-11-04 20:53:50 +00:00
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
2025-05-09 10:45:32 +00:00
"compilerOptions": {
2025-11-28 15:00:18 +00:00
"resolveJsonModule": true,
"esModuleInterop": true,
2025-05-09 10:45:32 +00:00
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
2025-04-22 15:09:57 +00:00
}