move type checking to other workflow, fix TS errors, add TSC checking

This commit is contained in:
AAGaming
2023-09-25 13:23:38 -04:00
committed by marios8543
parent 11d731cf35
commit 8fe8062950
6 changed files with 48 additions and 22 deletions
-1
View File
@@ -14,7 +14,6 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"resolveJsonModule": true