Skip to content

Commit

Permalink
build: add exports field to package.json (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Mar 22, 2021
1 parent 3da84d1 commit d3aba3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,13 @@
"version": "27.0.0-next.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./dist/*": "./dist/*.js",
"./presets": "./jest-preset.js",
"./utils": "./utils/index.js",
"./package.json": "./package.json"
},
"bin": {
"ts-jest": "cli.js"
},
Expand Down

0 comments on commit d3aba3e

Please sign in to comment.