mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
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"
|
||
|
}
|
||
|
}
|