Skip to content

Commit

Permalink
Move types export to top to ensure TS finds it
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Sep 11, 2022
1 parent 8bfceb4 commit 7694bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,10 +28,10 @@
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"browser": "./dist/module/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json",
"./": "./*"
Expand Down

0 comments on commit 7694bab

Please sign in to comment.