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.
1 parent 6e696a7 commit 78b62f4Copy full SHA for 78b62f4
1 file changed
packages/case-connector/package.json
@@ -7,8 +7,14 @@
7
"homepage": "https://case.contract-testing.io/docs",
8
"license": "BSD-3-Clause",
9
"exports": {
10
- ".": "./dist/src/index.js",
11
- "./cjs": "./dist/cjs/src/index.cjs"
+ ".": {
+ "types": "./dist/src/index.d.ts",
12
+ "default": "./dist/src/index.js"
13
+ },
14
+ "./cjs": {
15
+ "types": "./dist/cjs/src/index.d.cts",
16
+ "default": "./dist/cjs/src/index.cjs"
17
+ }
18
},
19
"publishConfig": {
20
"access": "public"
@@ -66,7 +72,6 @@
66
72
"uuid": "^11.1.0"
67
73
68
74
"stability": "stable",
69
- "types": "build/index.d.ts",
70
75
"nx": {
71
76
"tasksRunnerOptions": {
77
"default": {
0 commit comments