tsconfig.json 270 B

12345678910
  1. /* To learn more about this file see: https://angular.io/config/tsconfig. */
  2. {
  3. "extends": "../tsconfig.json",
  4. "compilerOptions": {
  5. "outDir": "../out-tsc/e2e",
  6. "module": "commonjs",
  7. "target": "es2018",
  8. "types": ["jasmine", "jasminewd2", "node"]
  9. }
  10. }