summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/cypress/tsconfig.json
blob: 90f899b57f639d643df7ae0d2eaf67b77ddf4c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "extends": "../tsconfig.json",
  "exclude": [],
  "include": [
    "**/*.ts",
    "plugins/index.js"
  ],
  "compilerOptions": {
    "sourceMap": false,
    "types": [
      "cypress",
      "@applitools/eyes-cypress"
    ],
    "target": "es6"
  }
}