mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
20 lines
388 B
Plaintext
20 lines
388 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2017",
|
|
"transform": {
|
|
"react": {
|
|
"runtime": "automatic"
|
|
}
|
|
},
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true,
|
|
"dts": true,
|
|
"dynamicImport": true
|
|
},
|
|
"externalHelpers": true
|
|
},
|
|
"module": {
|
|
"type": "es6"
|
|
}
|
|
} |