Skip to content

Commit

Permalink
include types export for ts4.7 nodenext resolution (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizthegrey committed May 1, 2022
1 parent 663ea2a commit 2d59a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -19,7 +19,8 @@
".": [
{
"import": "./main.js",
"require": "./dist/bundle.min.js"
"require": "./dist/bundle.min.js",
"types": "tools/terser.d.ts"
},
"./dist/bundle.min.js"
],
Expand Down

0 comments on commit 2d59a11

Please sign in to comment.