Skip to content

Commit

Permalink
Add types to package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Apr 6, 2023
1 parent 96c29f0 commit 839bcd8
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 @@ -29,6 +29,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/solid-tasks.js",
"require": "./dist/solid-tasks.cjs"
}
Expand Down

0 comments on commit 839bcd8

Please sign in to comment.