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
parent 5838ddca56
commit 300885f724
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