We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df687a commit b7f7a2fCopy full SHA for b7f7a2f
1 file changed
packages/service/package.json
@@ -5,7 +5,10 @@
5
"author": "Christian Bromann <[email protected]>",
6
"type": "module",
7
"exports": {
8
- ".": "./dist/index.js",
+ ".": {
9
+ "import": "./dist/index.js",
10
+ "types": "./dist/index.d.ts"
11
+ },
12
"./types": {
13
"import": "./dist/types.js",
14
"types": "./dist/types.d.ts",
0 commit comments