mirror of
https://github.com/swc-project/swc.git
synced 2024-12-04 07:55:59 +03:00
f960d52364
**Description:** This is for consistency and future extensions.
36 lines
704 B
Plaintext
36 lines
704 B
Plaintext
{
|
|
"sourceMaps": true,
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"jsc": {
|
|
"preserveAllComments": true,
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"dynamicImport": true,
|
|
"decorators": false
|
|
},
|
|
"transform": {
|
|
"react": {
|
|
"pragma": "React.createElement",
|
|
"pragmaFrag": "React.Fragment",
|
|
"throwIfNamespace": true,
|
|
"development": false,
|
|
"useBuiltins": false
|
|
},
|
|
"hidden": {
|
|
"jest": true
|
|
}
|
|
},
|
|
"target": "es3",
|
|
"loose": false,
|
|
"externalHelpers": false,
|
|
"keepClassNames": false,
|
|
"minify": {
|
|
"compress": false,
|
|
"mangle": false
|
|
}
|
|
},
|
|
"minify": false
|
|
} |