Skip to content

Commit

Permalink
fix: ESM TypeScript types resolution (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 1, 2022
1 parent 69cd228 commit 8538480
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/deezer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"name": "KagChi"
},
"version": "0.1.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"license": "GPL-3.0",
"repository": {
Expand Down

0 comments on commit 8538480

Please sign in to comment.