forked from naskya/firefish
788f7ba259
Co-authored-by: naskya <m@naskya.net>
21 lines
358 B
Text
21 lines
358 B
Text
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"target": "es2022"
|
|
},
|
|
"minify": true,
|
|
"module": {
|
|
"type": "commonjs",
|
|
"strict": true,
|
|
"resolveFully": true
|
|
}
|
|
}
|