From b70d81fede82b902bf9a86f561a3e1a08607f5c2 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:35:53 +0100 Subject: [PATCH] Fixed type checking. --- src/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index a7e5d6dc2..a42ef0188 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -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. */,