Skip to content

Commit

Permalink
Export types
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jun 25, 2024
1 parent 37cba76 commit beaa9c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@
"vendor",
"types"
],
"exports": "./index.js",
"exports": {
".": {
"import": "./index.js",
"types": "./types/scripting.d.ts"
}
},
"scripts": {
"test": "ava",
"start-server": "serve test/data/html/",
Expand Down

0 comments on commit beaa9c2

Please sign in to comment.