You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
434 B

3 days ago
  1. /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
  2. /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
  3. {
  4. "extends": "./tsconfig.json",
  5. "compilerOptions": {
  6. "outDir": "./out-tsc/spec",
  7. "types": [
  8. "jasmine"
  9. ]
  10. },
  11. "include": [
  12. "src/**/*.spec.ts",
  13. "src/**/*.d.ts"
  14. ]
  15. }