Files
web/tsconfig.json
Austin d2cb51d489 Execute oxfmt (#1166)
Ran
pnpm oxfmt .

This should get the web repo aligned so that we can better enforce oxfmt going forward.
2026-06-16 20:30:08 -04:00

7 lines
137 B
JSON

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