runtipi/packages/system-api/.swcrc
Nicolas Meienberger 4e19aad2f0 ci(release): move to node 18 image
SWC is not working anymore in alpine arm/v7
2022-09-06 08:25:25 +02:00

17 lines
295 B
Text

{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": false,
"decorators": true,
"dynamicImport": true
},
"target": "es2022"
},
"module": {
"type": "es6"
},
"minify": true,
"isModule": true
}