Skip to content

Commit

Permalink
fix: add type import in package.json (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens authored Apr 23, 2024
1 parent a69f96d commit 6c3ea3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/qwik-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./index.qwik.cjs",
"qwik": "./index.qwik.mjs",
"module": "./index.qwik.mjs",
"types": "./qwik-image/src/index.d.ts",
"types": "./index.d.ts",
"type": "module",
"repository": {
"type": "git",
Expand All @@ -18,6 +18,7 @@
"homepage": "https://github.com/qwikifiers/qwik-image#readme",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.qwik.mjs",
"require": "./index.qwik.cjs"
}
Expand Down

0 comments on commit 6c3ea3f

Please sign in to comment.