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