Skip to content

Commit

Permalink
fix(devtools): update default types to module.d.ts/.mts (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 2, 2024
1 parent d97644c commit 2ecd32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"exports": {
".": {
"types": "./dist/module.d.ts",
"types": "./dist/module.d.mts",
"import": "./dist/module.mjs",
"require": "./module.cjs"
},
Expand All @@ -21,7 +21,7 @@
"./*": "./*"
},
"main": "./module.cjs",
"types": "./dist/types.d.ts",
"types": "./dist/module.d.ts",
"bin": "./cli.mjs",
"files": [
"*.cjs",
Expand Down

0 comments on commit 2ecd32c

Please sign in to comment.