We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
obs-web-socket/json
1 parent c1ee0cb commit e71e8d5Copy full SHA for e71e8d5
json.d.ts
@@ -0,0 +1,3 @@
1
+import OBSWebSocket from './dist/json.js';
2
+export default OBSWebSocket;
3
+export * from './dist/json.js';
msgpack.d.ts
+import OBSWebSocket from './dist/msgpack.js';
+export * from './dist/msgpack.js';
package.json
@@ -40,7 +40,8 @@
40
},
41
"sideEffects": false,
42
"files": [
43
- "dist"
+ "dist",
44
+ "*.d.ts"
45
],
46
"scripts": {
47
"build": "npm-run-all clean build:*",
tsconfig.eslint.json
@@ -9,6 +9,7 @@
9
"scripts/**/*.ts",
10
"src/**/*.ts",
11
"tests/**/*.ts",
12
- ".eslintrc.cjs"
+ ".eslintrc.cjs",
13
14
]
15
}
0 commit comments