Fixed type checking.

This commit is contained in:
SamTV12345 2024-03-16 23:35:53 +01:00
parent 46b6650528
commit b70d81fede

View file

@ -10,7 +10,6 @@
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
/* Type Checking */
"resolvePackageJsonImports": true,
"strict": true, /* Enable all strict type-checking options. */
/* Completeness */
"skipLibCheck": true /* Skip type checking all .d.ts files. */,