Skip to content

Commit

Permalink
chore: simplify .swcrc config
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Jul 22, 2023
1 parent 5abdb8a commit 82e32f2
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"target": "es2022",
"loose": true
"target": "es2022"
},
"module": {
"type": "es6",
"strict": false,
"strictMode": true,
"lazy": false,
"noInterop": false
"type": "es6"
}
}

0 comments on commit 82e32f2

Please sign in to comment.