19 lines
266 B
Plaintext
19 lines
266 B
Plaintext
{
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true
|
|
},
|
|
"target": "es2021",
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"keepClassNames": true,
|
|
"loose": true
|
|
}
|
|
}
|