This commit is contained in:
redphx
2024-12-05 17:10:39 +07:00
parent c836e33f7b
commit 9199351af1
207 changed files with 9833 additions and 6953 deletions

1
tsconfig.json Normal file → Executable file
View File

@@ -34,6 +34,7 @@
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": false, // should be "true"
// Some stricter flags (disabled by default)
"noUnusedLocals": true,