Skip to content

Commit

Permalink
fix: add types inside exports to support TS 4.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
revelt committed Sep 9, 2022
1 parent abd3e49 commit bd2d31f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"type": "module",
"exports": {
"types": "./types/index.d.ts",
"script": "./perf-ref.umd.js",
"default": "./perf-ref.esm.js"
},
Expand Down

0 comments on commit bd2d31f

Please sign in to comment.