mirror of
https://github.com/swc-project/swc.git
synced 2024-11-30 15:23:33 +03:00
30 lines
687 B
Plaintext
30 lines
687 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true,
|
|
"decorators": true,
|
|
"importAssertions": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"optimizer": {
|
|
"jsonify": {
|
|
"minCost": 0
|
|
}
|
|
}
|
|
},
|
|
"target": "es2022",
|
|
"loose": true,
|
|
"externalHelpers": false,
|
|
"keepClassNames": false,
|
|
"minify": {
|
|
"compress": {
|
|
"comparisons": false,
|
|
"inline": 2
|
|
},
|
|
"mangle": true
|
|
}
|
|
},
|
|
"minify": true
|
|
} |