Files
website/packages/webapp/tsconfig.json
Julien Valverdé 1cd70b3ed0
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 13s
09-22-2025 (#7)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #7
2025-09-20 04:49:37 +02:00

14 lines
213 B
JSON

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