Files
website/packages/webapp/tsconfig.json
Julien Valverdé 307a24da24
All checks were successful
Lint / lint (push) Successful in 13s
ShadCN setup
2025-09-19 04:03:40 +02:00

14 lines
213 B
JSON

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