Switch to unified view

a b/frontend/tsconfig.spec.json
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
    ]
9
  },
10
  "include": [
11
    "src/**/*.spec.ts",
12
    "src/**/*.d.ts"
13
  ]
14
}