mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 00:52:29 +03:00
22 lines
405 B
Plaintext
22 lines
405 B
Plaintext
|
{
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"tsx": true,
|
||
|
"dynamicImport": true
|
||
|
},
|
||
|
"transform": {
|
||
|
"react": {
|
||
|
"runtime": "automatic",
|
||
|
"refresh": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"module": {
|
||
|
"type": "commonjs"
|
||
|
},
|
||
|
"env": {
|
||
|
"coreJs": 3,
|
||
|
"mode": "usage"
|
||
|
}
|
||
|
}
|