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 3224d3b commit ecfd539Copy full SHA for ecfd539
package.json
@@ -12,9 +12,9 @@
12
"#/*": "./*"
13
},
14
"exports": {
15
- "prettier": "./configs/prettier.js",
16
- "typescript": "./configs/typescript.json",
17
- "eslint": "./configs/eslint.js"
+ "./prettier": "./configs/prettier.js",
+ "./typescript": "./configs/typescript.json",
+ "./eslint": "./configs/eslint.js"
18
19
"files": [
20
"./configs"
0 commit comments