mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
|
{
|
||
|
"jsc": {
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"dynamicImport": true
|
||
|
},
|
||
|
"target": "es2020",
|
||
|
"loose": true
|
||
|
},
|
||
|
"module": {
|
||
|
"type": "commonjs"
|
||
|
}
|
||
|
}
|