Skip to content

Commit

Permalink
feat: allow js import
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 2, 2024
1 parent 1111194 commit 4598bf2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/moquerie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,18 @@
"types": "./dist/config.d.ts",
"import": "./dist/config.js"
},
"./config.js": {
"types": "./dist/config.d.ts",
"import": "./dist/config.js"
},
"./mocks": {
"types": "./dist/mocks.d.ts",
"import": "./dist/mocks.js"
},
"./mocks.js": {
"types": "./dist/mocks.d.ts",
"import": "./dist/mocks.js"
},
"./*": "./*"
},
"main": "./dist/index.js",
Expand Down

0 comments on commit 4598bf2

Please sign in to comment.