Use --target ES5 --emitDecoratorMetadata --experimentalDecorators
or use the following config:
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES5"
}
}
Use --target ES5 --emitDecoratorMetadata --experimentalDecorators
or use the following config:
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES5"
}
}