Update INFO.yaml
[appc/cdt.git] / e2e / tsconfig.e2e.json
1 {
2     "extends": "../tsconfig.json",
3     "compilerOptions": {
4         "outDir": "../out-tsc/e2e",
5         "baseUrl": "./",
6         "module": "commonjs",
7         "target": "es5",
8         "types": [
9             "jasmine",
10             "jasminewd2",
11             "node"
12         ]
13     }
14 }