Skip to content

Commit 2ecd32c

Browse files
authored
fix(devtools): update default types to module.d.ts/.mts (#559)
1 parent d97644c commit 2ecd32c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"exports": {
1313
".": {
14-
"types": "./dist/module.d.ts",
14+
"types": "./dist/module.d.mts",
1515
"import": "./dist/module.mjs",
1616
"require": "./module.cjs"
1717
},
@@ -21,7 +21,7 @@
2121
"./*": "./*"
2222
},
2323
"main": "./module.cjs",
24-
"types": "./dist/types.d.ts",
24+
"types": "./dist/module.d.ts",
2525
"bin": "./cli.mjs",
2626
"files": [
2727
"*.cjs",

0 commit comments

Comments
 (0)