Skip to content

Commit

Permalink
fix: export TS types correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
retro committed Oct 5, 2023
1 parent e25e86a commit 93ea84b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "tasquencer",
"version": "0.0.0-development",
"type": "module",
"exports": "./build/index.js",
"module": "build/index.js",
"exports": {
".": {
"import": "./build/index.js",
"types": "./build/src/index.d.ts"
}
},
"types": "./build/src/index.d.ts",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 93ea84b

Please sign in to comment.