diff --git a/packages/gatsby-plugin-operations/tsconfig.json b/packages/gatsby-plugin-operations/tsconfig.json index 3d86d679d..49e7a1980 100644 --- a/packages/gatsby-plugin-operations/tsconfig.json +++ b/packages/gatsby-plugin-operations/tsconfig.json @@ -1,15 +1,11 @@ { "compilerOptions": { "target": "ESNext", - "allowJs": false, "skipLibCheck": true, - "esModuleInterop": false, - "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "CommonJS", "resolveJsonModule": true, - "isolatedModules": true, "declaration": true, "declarationDir": "build", "lib": ["ESNext", "DOM"],