mirror of
https://github.com/swc-project/swc.git
synced 2024-12-04 07:55:59 +03:00
f960d52364
**Description:** This is for consistency and future extensions.
18 lines
328 B
Plaintext
18 lines
328 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2017",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
},
|
|
"transform": {
|
|
"react": {
|
|
"runtime": "automatic"
|
|
}
|
|
},
|
|
"externalHelpers": true
|
|
},
|
|
"module": {
|
|
"type": "es6"
|
|
}
|
|
} |