Skip to content

Commit 880d1b0

Browse files
fix: point package to correct types (d.ts) file (#6)
1 parent 546528b commit 880d1b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
],
2424
"main": "dist/onvif-probe-rx-cjs.js",
2525
"module": "dist/onvif-probe-rx-esm.js",
26+
"types": "dist/index.d.ts",
2627
"scripts": {
2728
"test": "echo \"Error: no test specified\" && exit 1",
2829
"lint": "tslint -p tsconfig.json",

0 commit comments

Comments
 (0)