Skip to content

Commit b7f7a2f

Browse files
committed
Import fix
1 parent 1df687a commit b7f7a2f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/service/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"author": "Christian Bromann <[email protected]>",
66
"type": "module",
77
"exports": {
8-
".": "./dist/index.js",
8+
".": {
9+
"import": "./dist/index.js",
10+
"types": "./dist/index.d.ts"
11+
},
912
"./types": {
1013
"import": "./dist/types.js",
1114
"types": "./dist/types.d.ts",

0 commit comments

Comments
 (0)