Skip to content

Commit

Permalink
fix: provide reference to TS types for export map (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiNyzhnyk committed Dec 5, 2023
1 parent 7c7afc2 commit faeca69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,8 @@
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js"
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./applyToDefaults": "./lib/applyToDefaults.js",
"./assert": "./lib/assert.js",
Expand Down

0 comments on commit faeca69

Please sign in to comment.