We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b762a commit faf94c8Copy full SHA for faf94c8
1 file changed
packages/query-parser/package.json
@@ -18,7 +18,8 @@
18
"dist"
19
],
20
"license": "Apache-2.0",
21
- "module": "dist/index.mjs",
+ "type": "module",
22
+ "module": "./dist/index.mjs",
23
"types": "./dist/index.d.ts",
24
"exports": {
25
".": {
0 commit comments