]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/e2e/tsconfig.e2e.json
d/control: depend on python3-yaml for ceph-mgr
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / e2e / tsconfig.e2e.json
1 {
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/e2e",
5 "baseUrl": "./",
6 "module": "commonjs",
7 "target": "es5",
8 "types": [
9 "jasmine",
10 "jasminewd2",
11 "node"
12 ],
13 "noEmit": true
14 }
15 }