typescript stinks

This commit is contained in:
AAGaming
2025-10-15 00:22:54 -04:00
parent 0c56f1b689
commit bc146b0349
2 changed files with 2 additions and 5 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"noImplicitAny": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": ["src", "index.d.ts"],
"exclude": ["node_modules"]