We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ec4a1 commit 84e7253Copy full SHA for 84e7253
1 file changed
packages/socket.io/package.json
@@ -26,9 +26,12 @@
26
"type": "commonjs",
27
"main": "./dist/index.js",
28
"exports": {
29
- "types": "./dist/index.d.ts",
30
- "import": "./wrapper.mjs",
31
- "require": "./dist/index.js"
+ ".": {
+ "types": "./dist/index.d.ts",
+ "import": "./wrapper.mjs",
32
+ "require": "./dist/index.js"
33
+ },
34
+ "./package.json": "./package.json"
35
},
36
"types": "./dist/index.d.ts",
37
"license": "MIT",
0 commit comments