All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
{
|
|
"sourceMaps": true,
|
|
"jsc": {
|
|
"target": "es2017",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
},
|
|
"transform": {
|
|
"react": { "runtime": "automatic", "useBuiltins": true }
|
|
}
|
|
}
|
|
}
|