dev-template/frontend/tsconfig.json
Antoine Pelletier 572489ed5c first commit
2026-07-29 16:47:05 +02:00

17 lines
233 B
JSON

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