mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
656f3e944d
swc_ecma_transforms_typescript: - Don't drop imports from `react`.
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": true
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
} |