Broker System for Supercredit
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.

tsconfig.spec.json 347B

12345678910111213141516171819
  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. "node"
  9. ]
  10. },
  11. "files": [
  12. "src/test.ts",
  13. "src/polyfills.ts"
  14. ],
  15. "include": [
  16. "src/**/*.spec.ts",
  17. "src/**/*.d.ts"
  18. ]
  19. }