]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/tsconfig.json
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / tsconfig.json
CommitLineData
11fdf7f2
TL
1{
2 "compileOnSave": false,
3 "compilerOptions": {
9f95a23c 4 "downlevelIteration": true,
f67539c2 5 "esModuleInterop": true,
11fdf7f2
TL
6 "importHelpers": true,
7 "outDir": "./dist/out-tsc",
8 "sourceMap": true,
9 "declaration": false,
10 "moduleResolution": "node",
11 "emitDecoratorMetadata": true,
12 "experimentalDecorators": true,
9f95a23c
TL
13 "noUnusedLocals": true,
14 "noUnusedParameters": true,
15 "noFallthroughCasesInSwitch": true,
16 "noImplicitThis": true,
17 "noImplicitReturns": true,
18 "noImplicitAny": true,
19 "suppressImplicitAnyIndexErrors": true,
20 "target": "es2015",
f67539c2
TL
21 "module": "es2020",
22 "baseUrl": "./",
39ae355f 23 "resolveJsonModule": true,
f67539c2
TL
24 "paths": {
25 "~/*": ["src/*"]
26 },
9f95a23c
TL
27 "typeRoots": [
28 "node_modules/@types"
29 ],
30 "lib": [
31 "es2017",
32 "dom"
33 ],
11fdf7f2 34 "allowJs": true
9f95a23c
TL
35 },
36 "exclude": [
9f95a23c
TL
37 "coverage",
38 "dist",
e306af50
TL
39 "node_modules",
40 "cypress"
9f95a23c 41 ]
11fdf7f2 42}