Skip to content

Commit

Permalink
chore: add types to exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner committed Nov 13, 2022
1 parent b71ea63 commit 94f5b5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"source": "src/terra-draw.ts",
"exports": {
"require": "./dist/terra-draw.cjs",
"default": "./dist/terra-draw.modern.js"
"default": "./dist/terra-draw.modern.js",
"types": "./dist/terra-draw.d.ts"
},
"main": "./dist/terra-draw.cjs",
"module": "./dist/terra-draw.module.js",
Expand Down

0 comments on commit 94f5b5c

Please sign in to comment.