srcrc config
This commit is contained in:
parent
3b9c8f6d48
commit
174fde846a
1 changed files with 13 additions and 0 deletions
13
.swcrc
Normal file
13
.swcrc
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$schema": "https://swc.rs/schema.json",
|
||||
"jsc": {
|
||||
"parser": {
|
||||
"syntax": "typescript",
|
||||
"tsx": false
|
||||
},
|
||||
|
||||
"target": "es2024"
|
||||
},
|
||||
"sourceMaps": true,
|
||||
"minify": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue