Skip typescript checks

This commit is contained in:
Nick Cipollo
2025-01-11 21:34:25 -05:00
parent 80732ccbb8
commit e774b3eb81
3 changed files with 138 additions and 57 deletions

View File

@@ -5,6 +5,7 @@
"moduleResolution": "NodeNext",
"outDir": "./lib", /* Redirect output structure to the directory. */
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true,
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
},