Skip to content

Commit

Permalink
use babel auto modules, and swap target for module setting in ts.conf…
Browse files Browse the repository at this point in the history
…ig.base
  • Loading branch information
interim17 committed Nov 4, 2024
1 parent b77d699 commit 5e2187d
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"presets": [
"@babel/preset-react",
["@babel/preset-env", { "modules": false }],
["@babel/preset-env", { "modules": "auto" }],
"@babel/preset-typescript"
],
"env": {
Expand Down
Loading

0 comments on commit 5e2187d

Please sign in to comment.