srcrc config

This commit is contained in:
MathMan05 2025-04-08 09:57:14 -05:00
parent 3b9c8f6d48
commit 174fde846a

13
.swcrc Normal file
View file

@ -0,0 +1,13 @@
{
"$schema": "https://swc.rs/schema.json",
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false
},
"target": "es2024"
},
"sourceMaps": true,
"minify": true
}