aboutsummaryrefslogtreecommitdiffstats
path: root/e2e/tsconfig.json
blob: dbf470a05444d29c5705bb78f4ed8cc41a20af6f (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "module": "commonjs",
    "target": "es2018",
    "types": ["jasmine", "jasminewd2", "node"]
  }
}