aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/e2e/tsconfig.json
blob: 77d311e88d04e98370fe36d1b6c9798e9e96b477 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
 
                                









                               
 
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/app",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ]
  }
}