16 lines
246 B
Text
16 lines
246 B
Text
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"target": "es2022"
|
|
},
|
|
"module": {
|
|
"type": "es6"
|
|
}
|
|
}
|