]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/cypress/tsconfig.json
import ceph 16.2.6
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / tsconfig.json
CommitLineData
e306af50
TL
1{
2 "extends": "../tsconfig.json",
3 "exclude": [],
4 "include": [
f67539c2
TL
5 "**/*.ts",
6 "plugins/index.js"
e306af50
TL
7 ],
8 "compilerOptions": {
f67539c2 9 "sourceMap": false,
e306af50
TL
10 "types": [
11 "cypress"
12 ],
13 "target": "es6"
14 }
15}