We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a6236 commit 9d91ff5Copy full SHA for 9d91ff5
1 file changed
packages/parser/package.json
@@ -21,17 +21,17 @@
21
],
22
"type": "module",
23
"sideEffects": false,
24
- "main": "./dist/index.js",
+ "main": "./dist/index.mjs",
25
"exports": {
26
".": {
27
- "types": "./dist/index.d.ts",
28
- "import": "./dist/index.js",
29
- "default": "./dist/index.js"
+ "types": "./dist/index.d.mts",
+ "import": "./dist/index.mjs",
+ "default": "./dist/index.mjs"
30
},
31
"./escaped": {
32
- "types": "./dist/escaped.d.ts",
33
- "import": "./dist/escaped.js",
34
- "default": "./dist/escaped.js"
+ "types": "./dist/escaped.d.mts",
+ "import": "./dist/escaped.mjs",
+ "default": "./dist/escaped.mjs"
35
}
36
37
"publishConfig": {
0 commit comments