Files
OwnCord/Client/tsconfig.build.json
J3vbandClaude 7365a31b45 refactor: flatten Client/tauri-client into Client (B1-1) (#1411)
* refactor: move Client/tauri-client to Client (pure move, no content change)

* refactor: re-point paths after the Client flatten (mechanical, no behaviour change)

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-08-26 08:55:06 +02:00

11 lines
261 B
JSON

{
"extends": "./tsconfig.json",
// App code is browser-only: reset the "types": ["node"] the dev config
// needs for unit tests, so Node globals stay unavailable in src/.
"compilerOptions": {
"types": []
},
"include": ["src"],
"exclude": []
}