20 lines
309 B
Plaintext
20 lines
309 B
Plaintext
{
|
|
"module": {
|
|
"type": "commonjs",
|
|
"ignoreDynamic": true
|
|
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true
|
|
},
|
|
"target": "es2019",
|
|
"externalHelpers": false
|
|
}
|
|
}
|