We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba542e commit f698273Copy full SHA for f698273
1 file changed
packages/cli/package.json
@@ -76,7 +76,9 @@
76
},
77
"./oxlint-plugin": {
78
"types": "./dist/oxlint-plugin.d.ts",
79
- "import": "./dist/oxlint-plugin.js"
+ "module-sync": "./dist/oxlint-plugin.js",
80
+ "import": "./dist/oxlint-plugin.js",
81
+ "default": "./dist/oxlint-plugin.js"
82
83
"./package.json": "./package.json",
84
"./pack": {
0 commit comments