mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
19 lines
358 B
Plaintext
19 lines
358 B
Plaintext
|
{
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"tsx": true,
|
||
|
"dynamicImport": false,
|
||
|
"decorators": false
|
||
|
},
|
||
|
"transform": {
|
||
|
"legacyDecorator": true,
|
||
|
"decoratorMetadata": true
|
||
|
},
|
||
|
"target": "es5",
|
||
|
"loose": false,
|
||
|
"externalHelpers": true
|
||
|
},
|
||
|
"sourceMaps": true,
|
||
|
"inlineSourcesContent": true
|
||
|
}
|