mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
1b2e6706bd
swc: - Ensure that #2154 is not the case. (#2154) node_swc: - Verify `sourceMaps: true` in `.swcrc`. (#2120, #2194)
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
|
|
} |