Edit File: tsconfig.json
{ "compilerOptions": { "target": "ES5", "experimentalDecorators": true, "emitDecoratorMetadata": true, "esModuleInterop": true, } }
Back to File Manager