We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e80ef commit d3a00c7Copy full SHA for d3a00c7
1 file changed
package.json
@@ -29,14 +29,14 @@
29
},
30
"browser": "./dist/kuzzle.js",
31
"main": "./out/index.js",
32
- "types": "index.d.ts",
+ "types": "./out/index.d.ts",
33
"exports": {
34
".": {
35
36
"import": "./out/index.js",
37
"require": "./out/index.js",
38
"default": "./out/index.js",
39
- "types": "./index.d.ts"
+ "types": "./out/index.d.ts"
40
41
"./package.json": "./package.json"
42
@@ -69,8 +69,6 @@
69
"files": [
70
"dist/**/*",
71
"out/**/*",
72
- "index.js",
73
- "index.d.ts",
74
"src/**/*.js",
75
"src/**/*.d.ts",
76
"src/**/*.json"
0 commit comments