Skip to content

Commit

Permalink
fix: fix typescript type declarations (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Jan 30, 2024
1 parent d4be5e4 commit 11eeec4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
"license": "MIT",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/vueclid.js"
},
"require": "./dist/vueclid.umd.cjs"
"import": "./dist/vueclid.js",
"require": "./dist/vueclid.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 11eeec4

Please sign in to comment.