Skip to content

Commit da26e92

Browse files
ethanresnickBridgeAR
authored andcommitted
fix(types): support typescript ESM resolution
1 parent bd81883 commit da26e92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

esm/wrapper.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
export * from '../index.d'
1+
import { stringify } from '../index.js';
2+
3+
export * from '../index.js';
4+
export default stringify;

0 commit comments

Comments
 (0)