Skip to content

Commit

Permalink
fix(ci): add module name mapper config
Browse files Browse the repository at this point in the history
  • Loading branch information
alan910127 committed Nov 17, 2023
1 parent eb25121 commit 56cc05b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
"useESM": true
}
]
},
"moduleNameMapper": {
"^(\\.{1,2}/.*)\\.js$": "$1"
}
},
"typeCoverage": {
Expand Down

0 comments on commit 56cc05b

Please sign in to comment.