Skip to content

Commit

Permalink
fix: improve compatibility with node16 module resolution (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Aug 17, 2023
1 parent 12ca32b commit c6bf8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"main": "./build/engine.io.js",
"types": "./build/engine.io.d.ts",
"exports": {
"types": "./build/engine.io.d.ts",
"import": "./wrapper.mjs",
"require": "./build/engine.io.js"
},
Expand Down

0 comments on commit c6bf8c0

Please sign in to comment.