Skip to content

Commit

Permalink
fix: restore require support for VS Code compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkiesel committed Jan 17, 2025
1 parent b80f280 commit 1e3e9ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/prettier-plugin-java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"description": "Prettier Java Plugin",
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./dist/index.js"
}
"types": "./index.d.ts",
"default": "./dist/index.js"
},
"files": [
"dist",
Expand Down

0 comments on commit 1e3e9ce

Please sign in to comment.