Files
web/tsconfig.json
2025-08-31 16:04:34 -04:00

10 lines
153 B
JSON

{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{ "path": "packages/web" },
{ "path": "packages/transport-http" }
]
}