Skip to content

Commit c6bf8c0

Browse files
authored
fix: improve compatibility with node16 module resolution (#689)
Related: microsoft/TypeScript#46770 (comment)
1 parent 12ca32b commit c6bf8c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "./build/engine.io.js",
77
"types": "./build/engine.io.d.ts",
88
"exports": {
9+
"types": "./build/engine.io.d.ts",
910
"import": "./wrapper.mjs",
1011
"require": "./build/engine.io.js"
1112
},

0 commit comments

Comments
 (0)