]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/cypress/tsconfig.json
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / tsconfig.json
1 {
2 "extends": "../tsconfig.json",
3 "exclude": [],
4 "include": [
5 "**/*.ts"
6 ],
7 "compilerOptions": {
8 "types": [
9 "cypress"
10 ],
11 "target": "es6"
12 }
13 }