Skip to content

Commit

Permalink
add "types" to package.json "exports" (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartveneman authored Feb 23, 2024
1 parent efdb357 commit 998db0d
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 @@
"unpkg": "./dist/analyzer.umd.js",
"exports": {
"require": "./dist/analyzer.cjs",
"default": "./dist/analyzer.modern.js"
"default": "./dist/analyzer.modern.js",
"types": "./dist/index.d.ts"
},
"types": "./dist/index.d.ts",
"engines": {
Expand Down

0 comments on commit 998db0d

Please sign in to comment.