Merge pull request #149 from KarthikRaju391/patch-1

Update exports in package.json to work with typescript
This commit is contained in:
Kevin Jahns 2023-08-31 15:21:26 +02:00 committed by GitHub
commit 2811b0bf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,8 @@
".": {
"module": "./src/y-websocket.js",
"import": "./src/y-websocket.js",
"require": "./dist/y-websocket.cjs"
"require": "./dist/y-websocket.cjs",
"types": "./dist/src/y-websocket.d.ts",
}
},
"repository": {