Skip to content

Commit

Permalink
fix: support automatic types in pnpm installs
Browse files Browse the repository at this point in the history
When installed with pnpm, the @types/testing-library__react package cannot be used by packages that don't directly depend on it, so we need to re-export them.
  • Loading branch information
aleclarson committed Dec 4, 2019
1 parent 14670de commit 25f50cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@types/testing-library__react'

0 comments on commit 25f50cb

Please sign in to comment.