Skip to content

Commit

Permalink
feat: add swc config file
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustoCalaca committed Feb 25, 2022
1 parent 31d1bca commit 30b1b6e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/server/.swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"jsc": {
"target": "es2020",
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": false,
"dynamicImport": false
}
}
}

0 comments on commit 30b1b6e

Please sign in to comment.