tsconfig.json 274 B

12345678910111213
  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": [
  9. "jasmine",
  10. "node"
  11. ]
  12. }
  13. }