Uecko_ERP/apps/web/tsconfig.json
2026-04-23 12:34:00 +02:00

12 lines
241 B
JSON

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