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