Brak opisu

tsconfig.json 195B

123456789
  1. {
  2. "compilerOptions": {
  3. "experimentalDecorators": true,
  4. "emitDecoratorMetadata": true,
  5. "lib": ["dom","es2016"],
  6. "target": "es5"
  7. },
  8. "include": ["./src/**/*"]
  9. }