diff --git a/packages/block-editor/tsconfig.json b/packages/block-editor/tsconfig.json index 01ad436e34e08c..192b6f7de7e127 100644 --- a/packages/block-editor/tsconfig.json +++ b/packages/block-editor/tsconfig.json @@ -3,8 +3,7 @@ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", - "declarationDir": "build-types", - "skipLibCheck": true + "declarationDir": "build-types" }, "references": [ { "path": "../a11y" }, diff --git a/packages/block-library/tsconfig.json b/packages/block-library/tsconfig.json index bc19ae753c1452..2a2cb1653d4285 100644 --- a/packages/block-library/tsconfig.json +++ b/packages/block-library/tsconfig.json @@ -5,8 +5,7 @@ "rootDir": "src", "declarationDir": "build-types", "types": [ "gutenberg-env" ], - "strictNullChecks": true, - "skipLibCheck": true + "strictNullChecks": true }, "references": [ { "path": "../a11y" }, diff --git a/packages/components/tsconfig.json b/packages/components/tsconfig.json index 5b00ab0341cb33..81045d05c21fc5 100644 --- a/packages/components/tsconfig.json +++ b/packages/components/tsconfig.json @@ -10,6 +10,8 @@ "jest", "@testing-library/jest-dom" ], + // TODO: Remove `skipLibCheck` after resolving duplicate declaration of the `process` variable + // between `@types/webpack-env` (from @storybook packages) and `gutenberg-env`. "skipLibCheck": true }, "references": [