Skip to content

Commit f620514

Browse files
committed
export definition file
1 parent b304025 commit f620514

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/devtools/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"type": "module",
44
"version": "2.1.1",
55
"description": "Chrome Dev Tools formatter for the Immutable JS library",
6-
"exports": "./dist/index.js",
6+
"exports": {
7+
".": {
8+
"import": "./dist/index.js",
9+
"types": "./dist/index.d.ts"
10+
}
11+
},
712
"files": [
813
"dist"
914
],

0 commit comments

Comments
 (0)