Skip to content

Commit 7b67c41

Browse files
committed
Add configs to exports
1 parent 11d95de commit 7b67c41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
"ts-scripts": "dist/bin.js"
2424
},
2525
"type": "module",
26-
"exports": "./dist/index.js",
26+
"exports": {
27+
".": "./dist/index.js",
28+
"./configs/eslint.js": "./configs/eslint.js",
29+
"./configs/tsconfig.json": "./configs/tsconfig.json"
30+
},
2731
"engines": {
2832
"node": "^14.13.1 || >=16.0.0"
2933
},

0 commit comments

Comments
 (0)