{ | |
"compilerOptions": { | |
"target": "ES5", | |
"experimentalDecorators": true, | |
"emitDecoratorMetadata": true, | |
"esModuleInterop": true, | |
} | |
} |
{ | |
"compilerOptions": { | |
"target": "ES5", | |
"experimentalDecorators": true, | |
"emitDecoratorMetadata": true, | |
"esModuleInterop": true, | |
} | |
} |