summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/e2e/tsconfig.e2e.json
blob: e3d6ae7644a6b4e763a44ab4a0e3bbc64b35b758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/e2e",
    "baseUrl": "./",
    "module": "commonjs",
    "target": "es5",
    "types": [
      "jasmine",
      "jasminewd2",
      "node"
    ],
    "noEmit": true
  }
}