mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
21 lines
442 B
Plaintext
21 lines
442 B
Plaintext
|
{
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"tsx": false,
|
||
|
"decorators": false,
|
||
|
"dynamicImport": false
|
||
|
},
|
||
|
"target": "es2020",
|
||
|
"keepClassNames": true,
|
||
|
"loose": true
|
||
|
},
|
||
|
"module": {
|
||
|
"type": "commonjs",
|
||
|
"strict": true,
|
||
|
"strictMode": true,
|
||
|
"lazy": false,
|
||
|
"noInterop": false
|
||
|
},
|
||
|
"sourceMaps": true
|
||
|
}
|