Skip to content

Commit

Permalink
add swc
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jan 24, 2024
1 parent 10dd521 commit dcffbcd
Show file tree
Hide file tree
Showing 3 changed files with 1,444 additions and 64 deletions.
14 changes: 14 additions & 0 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": false,
"dynamicImport": false
},
"target": "es2020"
},
"module": {
"type": "commonjs"
}
}
Loading

0 comments on commit dcffbcd

Please sign in to comment.