tsconfig.spec.json 300 B

123456789101112131415
  1. /* To learn more about this file see: https://angular.io/config/tsconfig. */
  2. {
  3. "extends": "./tsconfig.json",
  4. "compilerOptions": {
  5. "outDir": "./out-tsc/spec",
  6. "types": [
  7. "jasmine",
  8. "@angular/localize"
  9. ]
  10. },
  11. "include": [
  12. "src/**/*.spec.ts",
  13. "src/**/*.d.ts"
  14. ]
  15. }