qBittorrent-website/.swcrc
Chocobo1 801aab38a2
Some checks failed
CI / Check (push) Has been cancelled
Deploy to GitHub Pages / Deploy (push) Has been cancelled
Use swc for faster typescript compilation
2024-11-19 02:00:50 +08:00

12 lines
136 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "es2022"
},
"module": {
"type": "commonjs"
}
}