]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/tsconfig.json
import ceph 16.2.6
[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": "./",
23 "paths": {
24 "~/*": ["src/*"]
25 },
9f95a23c
TL
26 "typeRoots": [
27 "node_modules/@types"
28 ],
29 "lib": [
30 "es2017",
31 "dom"
32 ],
11fdf7f2 33 "allowJs": true
9f95a23c
TL
34 },
35 "exclude": [
9f95a23c
TL
36 "coverage",
37 "dist",
e306af50
TL
38 "node_modules",
39 "cypress"
9f95a23c 40 ]
11fdf7f2 41}