Skip to content

Commit

Permalink
No more skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed May 8, 2024
1 parent 1eb7644 commit 548145e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"gutenberg-test-env",
"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": [
{ "path": "../a11y" },
Expand Down
1 change: 0 additions & 1 deletion packages/dataviews/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types",
"skipLibCheck": true,
"checkJs": false
},
"references": [
Expand Down
3 changes: 1 addition & 2 deletions packages/plugins/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types",
"types": [ "gutenberg-env" ],
"skipLibCheck": true
"types": [ "gutenberg-env" ]
},
"references": [
{ "path": "../components" },
Expand Down

0 comments on commit 548145e

Please sign in to comment.