mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
656f3e944d
swc_ecma_transforms_typescript: - Don't drop imports from `react`.
14 lines
205 B
Plaintext
14 lines
205 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": true
|
|
}
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"env": {
|
|
"chrome": "50"
|
|
}
|
|
} |