Skip to content

Commit 965db57

Browse files
aleclarsonKent C. Dodds
authored and
Kent C. Dodds
committed
fix: support automatic types in pnpm installs (#540)
* fix: support automatic types in pnpm installs 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. * poke
1 parent 14670de commit 965db57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from 'testing-library__react'

0 commit comments

Comments
 (0)