mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
28 lines
689 B
Plaintext
28 lines
689 B
Plaintext
|
{
|
||
|
"jsc": {
|
||
|
"transform": {
|
||
|
"hidden": {
|
||
|
"jest": true
|
||
|
}
|
||
|
},
|
||
|
"parser": {
|
||
|
"syntax": "ecmascript",
|
||
|
"jsx": true,
|
||
|
"dynamicImport": true,
|
||
|
"privateMethod": false,
|
||
|
"functionBind": false,
|
||
|
"exportDefaultFrom": true,
|
||
|
"exportNamespaceFrom": true,
|
||
|
"decorators": false,
|
||
|
"decoratorsBeforeExport": false,
|
||
|
"topLevelAwait": false,
|
||
|
"importMeta": false
|
||
|
},
|
||
|
"target": "es2015",
|
||
|
"externalHelpers": true,
|
||
|
"keepClassNames": true
|
||
|
},
|
||
|
"module": {
|
||
|
"type": "commonjs"
|
||
|
}
|
||
|
}
|