31 lines
703 B
Text
Executable file
31 lines
703 B
Text
Executable file
{
|
|
"$schema": "https://swc.rs/schema.json",
|
|
"jsc": {
|
|
"externalHelpers": false,
|
|
"keepClassNames": false,
|
|
"loose": false,
|
|
"minify": {
|
|
"compress": true,
|
|
"mangle": true
|
|
},
|
|
"parser": {
|
|
"decorators": false,
|
|
"decoratorsBeforeExport": false,
|
|
"dynamicImport": false,
|
|
"exportDefaultFrom": false,
|
|
"exportNamespaceFrom": false,
|
|
"functionBind": false,
|
|
"importMeta": false,
|
|
"jsx": false,
|
|
"privateMethod": false,
|
|
"syntax": "typescript",
|
|
"topLevelAwait": false,
|
|
"tsx": false
|
|
},
|
|
"preserveAllComments": false,
|
|
"target": "es2020",
|
|
"transform": null
|
|
},
|
|
"minify": true,
|
|
"sourceMaps": true
|
|
}
|