mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
656f3e944d
swc_ecma_transforms_typescript: - Don't drop imports from `react`.
16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": true
|
|
},
|
|
"transform": {
|
|
"hidden": {
|
|
"jest": true
|
|
}
|
|
}
|
|
},
|
|
"env": {
|
|
"chrome": "50"
|
|
}
|
|
} |