mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
4db24fb7f6
swc_ecma_transforms_module: - Change the order of functions exported as default. (#1568) - Handle mixed imports correctly. (#1525) swc: - Ensure that #1581 is fixed. (#1581)
22 lines
330 B
Plaintext
22 lines
330 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": false,
|
|
"dynamicImport": true
|
|
},
|
|
"target": "es5",
|
|
"loose": true,
|
|
"externalHelpers": false
|
|
},
|
|
"minify": false,
|
|
"env": {
|
|
"mode": "entry",
|
|
"coreJs": 3
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
}
|