Skip to content

Commit

Permalink
fix(template): fix template for swcrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugslive authored and Romakita committed Sep 4, 2024
1 parent 3eab0b7 commit ef8acf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/templates/init/.swcrc.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true
"decorators": true,
"dynamicImport": true
},
"target": "es2022",
Expand Down

0 comments on commit ef8acf1

Please sign in to comment.