Skip to content

Commit

Permalink
Point directly to .mjs (--traceResolution still finds .ts).
Browse files Browse the repository at this point in the history
  • Loading branch information
cefn committed Dec 5, 2022
1 parent 0f82431 commit c74cb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/multiply/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"description": "",
"type": "module",
"module": "./src",
"module": "./src/index.mjs",
"main": "./dist/index.cjs",
"types": "./dist/cjs/index.d.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"description": "",
"type": "module",
"module": "./src",
"module": "./src/index.mjs",
"main": "./dist/index.cjs",
"types": "./dist/types/index.d.js",
"exports": {
Expand Down

0 comments on commit c74cb50

Please sign in to comment.