Skip to content

Commit

Permalink
Fix TypeScript not able to resolve types when on Node16 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baune8D committed Jun 14, 2022
1 parent eae1d8d commit 78559b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -14,7 +14,8 @@
"exports": {
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
"default": "./index.js",
"types": "./dist/src/index.d.ts"
},
"scripts": {
"build": "tsc --build",
Expand Down

0 comments on commit 78559b7

Please sign in to comment.