Skip to content

Commit e1e629f

Browse files
committed
Export root index.ts.
1 parent 812151b commit e1e629f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"typescript": "^5.4.5"
3535
},
3636
"exports": {
37+
".": {
38+
"types": "./typings/index.d.ts",
39+
"default": "./lib/index.js"
40+
},
3741
"./naming": {
3842
"types": "./typings/naming/index.d.ts",
3943
"default": "./lib/naming/index.js"

0 commit comments

Comments
 (0)