agepoly-events/frontend/tsconfig.json
Antoine Pelletier 52363d59ac first commit
2026-07-30 06:26:31 +02:00

17 lines
233 B
JSON

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