Skip to content

Commit

Permalink
fix: add types to exports map
Browse files Browse the repository at this point in the history
fixes #37
  • Loading branch information
ValentinH committed Sep 6, 2023
1 parent 64042ce commit 8fbd77a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/copy-build-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async function createPackageFile() {
'.': {
import: './index.module.js',
require: './index.js',
types: './index.d.ts',
},
},
}
Expand Down

0 comments on commit 8fbd77a

Please sign in to comment.