Skip to content

Commit ecfd539

Browse files
committed
fix(exports): export things properly
1 parent 3224d3b commit ecfd539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"#/*": "./*"
1313
},
1414
"exports": {
15-
"prettier": "./configs/prettier.js",
16-
"typescript": "./configs/typescript.json",
17-
"eslint": "./configs/eslint.js"
15+
"./prettier": "./configs/prettier.js",
16+
"./typescript": "./configs/typescript.json",
17+
"./eslint": "./configs/eslint.js"
1818
},
1919
"files": [
2020
"./configs"

0 commit comments

Comments
 (0)