Skip to content

Commit c876c52

Browse files
author
devgioele
committed
use main key to export default config
1 parent a4a1793 commit c876c52

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010
"readme.md",
1111
"configs/*"
1212
],
13-
"exports": {
14-
"./ts": "./configs/ts.js",
15-
"./ts-react": "./configs/ts-react.js",
16-
"./ts-next": "./configs/ts-next.js",
17-
"./formatjs": "./configs/formatjs.js"
18-
},
13+
"main": "./configs/ts.js",
1914
"engines": {
2015
"npm": ">=8",
2116
"node": ">=16"

0 commit comments

Comments
 (0)