Skip to content

Commit 7c86c32

Browse files
committed
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.
1 parent 14670de commit 7c86c32

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)