[MIRROR] TGUI 5.0 (#7700)

Co-authored-by: Selis <sirlionfur@hotmail.de>
Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
CHOMPStation2
2024-02-08 07:00:29 -07:00
committed by GitHub
parent 3a25dff572
commit 0fe61fabd4
288 changed files with 3840 additions and 5800 deletions

View File

@@ -15,10 +15,14 @@
"skipLibCheck": true,
"strict": false,
"strictNullChecks": true,
"target": "ES3"
"target": "ES5"
},
"include": [
"./*.d.ts",
"./packages"
],
// CHOMPEdit - Until removed
"exclude": [
"./packages/tgui_ch/**"
]
}