mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
97269a37b9
swc: - Respect `react` config. swc_ecma_transforms_compat: - `export-namespace-from`: Preserve `use strict`. (#1423) swc_ecma_transforms_module: - Inject `use strict` before imports. (#1423) swc_ecma_transforms_proposal: - Emit metadata for literal types. (#1421)
10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2018",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
}
|
|
}
|
|
}
|