mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-03-03 14:00:10 -05:00
fix typescript types issue with esm (#780)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"types": "./index.d.ts",
|
||||
"exports": {
|
||||
"import": "./ESM_wrapper.mjs",
|
||||
"require": "./uws.js"
|
||||
"require": "./uws.js",
|
||||
"types": "./index.d.ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user