Skip to content

Commit

Permalink
fix(types): support typescript ESM resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanresnick authored and BridgeAR committed Dec 28, 2022
1 parent bd81883 commit da26e92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion esm/wrapper.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export * from '../index.d'
import { stringify } from '../index.js';

export * from '../index.js';
export default stringify;

0 comments on commit da26e92

Please sign in to comment.