Skip to content

Commit bbbf152

Browse files
fix(types): expose types when using Webex from plugin-cc (#4376)
1 parent f6d5897 commit bbbf152

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/@webex/plugin-cc/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"types": "./dist/types/index.d.ts",
1616
"devMain": "src/index.ts",
1717
"exports": {
18-
".": "./dist/webex.js",
18+
".": {
19+
"import": "./dist/webex.js",
20+
"require": "./dist/webex.js",
21+
"types": "./dist/types/index.d.ts"
22+
},
1923
"./package": "./package.json"
2024
},
2125
"repository": {

0 commit comments

Comments
 (0)