We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exports
1 parent 4dfe5d3 commit 132c8baCopy full SHA for 132c8ba
1 file changed
package.json
@@ -3,14 +3,6 @@
3
"version": "27.0.2",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
- "exports": {
7
- ".": "./dist/index.js",
8
- "./dist/*": "./dist/*.js",
9
- "./jest-preset": "./jest-preset.js",
10
- "./presets": "./presets/index.js",
11
- "./utils": "./utils/index.js",
12
- "./package.json": "./package.json"
13
- },
14
"bin": {
15
"ts-jest": "cli.js"
16
},
0 commit comments