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 b80f280 commit b0027f0Copy full SHA for b0027f0
packages/prettier-plugin-java/package.json
@@ -4,10 +4,8 @@
4
"description": "Prettier Java Plugin",
5
"type": "module",
6
"exports": {
7
- ".": {
8
- "types": "./index.d.ts",
9
- "import": "./dist/index.js"
10
- }
+ "types": "./index.d.ts",
+ "default": "./dist/index.js"
11
},
12
"files": [
13
"dist",
0 commit comments