iceshrimp-legacy/packages/firefish-js/.swcrc

21 lines
335 B
Plaintext
Raw Permalink Normal View History

2023-06-24 09:59:27 +02:00
{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true,
"decorators": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"target": "es2022"
},
"minify": false,
"module": {
"type": "commonjs",
"strict": true
}
}