We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exports
package.json
1 parent e03ec19 commit 5d23ce0Copy full SHA for 5d23ce0
package.json
@@ -4,6 +4,13 @@
4
"description": "Jest preset configuration for Angular projects",
5
"license": "MIT",
6
"main": "build/index.js",
7
+ "exports": {
8
+ ".": "./dist/index.js",
9
+ "./presets": "./jest-preset.js",
10
+ "./setup-jest": "./setup-jest.js",
11
+ "./ngcc-jest-processor": "./ngcc-jest-processor.js",
12
+ "./package.json": "./package.json"
13
+ },
14
"repository": {
15
"type": "git",
16
"url": "git+https://github.com/thymikee/jest-preset-angular.git"
0 commit comments