mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
* 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>
11 lines
261 B
JSON
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": []
|
|
}
|