Update tsconfigs

This commit is contained in:
2025-11-23 16:14:54 -06:00
parent 5646d5e812
commit 7880f4d25c

View File

@@ -10,9 +10,10 @@
"pretty": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"files": [
"index.ts"
]
}
}