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