mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
6a1c3da326
swc_bundler: - Fix keywords pass. swc_ecma_transforms_optimization: - Remove `dbg!`. - `constant_propagation`: Inline only injected variables.
22 lines
359 B
Plaintext
22 lines
359 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": true,
|
|
"dynamicImport": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true,
|
|
"optimizer": {
|
|
"globals": {
|
|
"vars": {
|
|
"__DEBUG__": "true"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|