Skip to content

Commit

Permalink
Remove type references that cause errors
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen committed Jul 13, 2023
1 parent 47dfc32 commit b2a3a63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"gutenberg-test-env",
"dom-scroll-into-view",
"jest",
"@testing-library/jest-dom",
"snapshot-diff",
"@wordpress/jest-console"
"@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`.
Expand Down

0 comments on commit b2a3a63

Please sign in to comment.