aboutsummaryrefslogtreecommitdiff
path: root/e2e/tsconfig.e2e.json
blob: a6dd6220282460dae17d69fc030b94ab1e81d960 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}