Skip to content

Commit

Permalink
fix: exports types
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Jul 31, 2022
1 parent fcc1815 commit 19fbe91
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@
"exports": {
".": {
"require": "./build/index.js",
"import": "./build/index.mjs"
"import": "./build/index.mjs",
"types": "./build/index.d.ts"
},
"./tsd": {
"require": "./build/api/tsd/index.js",
"import": "./build/api/tsd/index.mjs"
"import": "./build/api/tsd/index.mjs",
"types": "./build/api/tsd/index.d.ts"
},
"./tssert": {
"require": "./build/api/tssert/index.js",
"import": "./build/api/tssert/index.mjs"
"import": "./build/api/tssert/index.mjs",
"types": "./build/api/tssert/index.d.ts"
}
},
"typesVersions": {
Expand Down

0 comments on commit 19fbe91

Please sign in to comment.