Finally fix build issues

This commit is contained in:
Connor Vidlock 2023-07-26 14:57:08 -05:00
parent 72f18cb536
commit 7e5614e2f2
No known key found for this signature in database
GPG key ID: BADEF4A267C14600
4 changed files with 7446 additions and 5604 deletions

View file

@ -6,7 +6,8 @@
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"strict": true, /* Enable all strict type-checking options. */
"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'. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"skipLibCheck": true /* Setting to true based on stackoverflow here; https://github.com/sindresorhus/got/issues/2051#issuecomment-1259401339 */
},
"exclude": ["node_modules", "**/*.test.ts"]
}