Files
igny8/sites/tsconfig.json
2025-11-18 05:03:27 +05:00

15 lines
248 B
JSON

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