prueba_intricom/tsconfig.json

10 lines
175 B
JSON

{
"compilerOptions": {
...
"target": "es6", // or a more recent ecmascript version
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
...
}