Skip to content

Commit d183d35

Browse files
authored
fix(devtools): error types declaration exports (#171)
1 parent 66d1bfe commit d183d35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devtools/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"exports": {
1313
".": {
14+
"types": "./dist/index.d.ts",
1415
"import": "./dist/index.mjs",
1516
"require": "./dist/index.cjs"
1617
},

0 commit comments

Comments
 (0)