iceshrimp-legacy/packages/firefish-js/.swcrc
ThatOneCalculator ff08ec77ee
we be renamin
2023-07-15 14:21:17 -07:00

21 lines
335 B
Plaintext

{
"$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
}
}