Skip to content

Commit

Permalink
swcrc에 옵션을 추가하라
Browse files Browse the repository at this point in the history
  • Loading branch information
jihwooon committed Dec 20, 2023
1 parent 729cc5d commit 324b328
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/.swcrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": true,
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": true
"decorators": true,
"dynamicImport": true
},
"transform": {
"legacyDecorator": true,
Expand Down

0 comments on commit 324b328

Please sign in to comment.