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. */,