change ts config

This commit is contained in:
smolgrrr 2024-08-16 14:22:44 +10:00
parent 83bfc841d1
commit 85ba016ef7

View File

@ -5,6 +5,7 @@
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"strict": true, "strict": true,
"forceConsistentCasingInFileNames": false,
"noEmit": true, "noEmit": true,
"esModuleInterop": true, "esModuleInterop": true,
"module": "esnext", "module": "esnext",