diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-04-06 16:22:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-06 16:22:55 +0200 |
| commit | 815f56add06b92a48b964cb1343f70c86ea36435 (patch) | |
| tree | 99ef56a333dbb419ccadfcaac2cbbc94a8d3df1d /tsconfig.json | |
| parent | 8c8a4a478a233764b7ca31bd39ebfdd2954a2a46 (diff) | |
| parent | 6f407b54c3251b90463bc508852b031d72b0c673 (diff) | |
Merge pull request #298 from AttorneyOnline/reconnect
Add reconnect UI
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 9a5045a..f33e7c1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,5 @@ "resolveJsonModule": true, "esModuleInterop": true }, - "include": ["./webAO/*", "./webAO/viewport/viewport.ts"] + "include": ["./webAO/**/*"] } |
