From 94f44129f787135de0dd0cab557ae983d716d1d3 Mon Sep 17 00:00:00 2001 From: Philipp Melab Date: Thu, 18 Jan 2024 07:58:58 +0100 Subject: [PATCH] refactor(SLB-202): review tsconfig.json --- packages/gatsby-plugin-operations/tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) 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"],