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