omegaupload/.swcrc

9 lines
112 B
Plaintext
Raw Permalink Normal View History

2021-10-24 09:25:42 +00:00
{
"jsc": {
"parser": {
2022-01-18 10:46:07 +00:00
"syntax": "typescript",
"tsx": true
2021-10-24 09:25:42 +00:00
},
"target": "es2021"
}
}