tsconfig.json 171 B

12345678
  1. {
  2. "compilerOptions": {
  3. "target": "ES5",
  4. "experimentalDecorators": true,
  5. "emitDecoratorMetadata": true,
  6. "esModuleInterop": true,
  7. }
  8. }