mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
|
{
|
||
|
"module": {
|
||
|
"type": "commonjs"
|
||
|
},
|
||
|
"jsc": {
|
||
|
"target": "es2018",
|
||
|
"parser": {
|
||
|
"syntax": "typescript",
|
||
|
"decorators": true,
|
||
|
"dynamicImport": false
|
||
|
},
|
||
|
"transform": {
|
||
|
"legacyDecorator": false,
|
||
|
"decoratorMetadata": true
|
||
|
}
|
||
|
}
|
||
|
}
|