mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 00:52:29 +03:00
24 lines
488 B
Plaintext
24 lines
488 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"dynamicImport": true,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"hidden": {
|
|
"jest": true
|
|
}
|
|
},
|
|
"target": "es2016",
|
|
"loose": false,
|
|
"externalHelpers": false,
|
|
"keepClassNames": false
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
}
|