Skip to content

Commit

Permalink
Merge pull request #589 from imgusev/main
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
mattboldt committed Oct 16, 2023
2 parents cd02e53 + 2a201fa commit 4de8343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
],
"exports": {
"require": "./dist/typed.cjs",
"import": "./dist/typed.module.js"
"import": "./dist/typed.module.js",
"types": "./index.d.ts"
},
"main": "./dist/typed.cjs",
"module": "./dist/typed.module.js",
Expand Down

0 comments on commit 4de8343

Please sign in to comment.