Skip to content

Commit

Permalink
feat: add "export map" in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Oct 15, 2022
1 parent d5f3de8 commit 5611309
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
}
},
"workspaces": [
"packages/eslint-config-custom"
],
Expand Down

0 comments on commit 5611309

Please sign in to comment.