Skip to content

Commit

Permalink
fix: add "types" to "exports"
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens authored and Swatinem committed May 29, 2022
1 parent eea138e commit 2ac7468
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 @@ -27,6 +27,7 @@
"type": "module",
"main": "./dist/rollup-plugin-dts.cjs",
"exports": {
"types": "./dist/rollup-plugin-dts.d.ts",
"import": "./dist/rollup-plugin-dts.mjs",
"require": "./dist/rollup-plugin-dts.cjs"
},
Expand Down

0 comments on commit 2ac7468

Please # to comment.