There was an error while loading. Please reload this page.
1 parent 20334d1 commit 9e4a22eCopy full SHA for 9e4a22e
packages/devtools/module.cjs
packages/devtools/package.json
@@ -13,16 +13,14 @@
13
"exports": {
14
".": {
15
"types": "./dist/module.d.mts",
16
- "import": "./dist/module.mjs",
17
- "require": "./module.cjs"
+ "import": "./dist/module.mjs"
18
},
19
"./types": {
20
"types": "./dist/types.d.ts"
21
22
"./*": "./*"
23
24
- "main": "./module.cjs",
25
- "types": "./dist/module.d.ts",
+ "types": "./dist/module.d.mts",
26
"bin": "./cli.mjs",
27
"files": [
28
"*.cjs",
0 commit comments