-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathtsconfig.base.json
More file actions
97 lines (97 loc) · 6.84 KB
/
tsconfig.base.json
File metadata and controls
97 lines (97 loc) · 6.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "bundler",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@qovery/domains/cloud-providers/data-access": ["libs/domains/cloud-providers/data-access/src/index.ts"],
"@qovery/domains/cloud-providers/feature": ["libs/domains/cloud-providers/feature/src/index.ts"],
"@qovery/domains/cluster-metrics/feature": ["libs/domains/cluster-metrics/feature/src/index.ts"],
"@qovery/domains/clusters/data-access": ["libs/domains/clusters/data-access/src/index.ts"],
"@qovery/domains/clusters/feature": ["libs/domains/clusters/feature/src/index.ts"],
"@qovery/domains/custom-domains/data-access": ["libs/domains/custom-domains/data-access/src/index.ts"],
"@qovery/domains/custom-domains/feature": ["libs/domains/custom-domains/feature/src/index.ts"],
"@qovery/domains/environment-logs/feature": ["libs/domains/environment-logs/feature/src/index.ts"],
"@qovery/domains/environments/data-access": ["libs/domains/environments/data-access/src/index.ts"],
"@qovery/domains/environments/feature": ["libs/domains/environments/feature/src/index.ts"],
"@qovery/domains/event": ["libs/domains/event/src/index.ts"],
"@qovery/domains/observability/data-access": ["libs/domains/observability/data-access/src/index.ts"],
"@qovery/domains/observability/feature": ["libs/domains/observability/feature/src/index.ts"],
"@qovery/domains/organizations/data-access": ["libs/domains/organizations/data-access/src/index.ts"],
"@qovery/domains/organizations/feature": ["libs/domains/organizations/feature/src/index.ts"],
"@qovery/domains/projects/data-access": ["libs/domains/projects/data-access/src/index.ts"],
"@qovery/domains/projects/feature": ["libs/domains/projects/feature/src/index.ts"],
"@qovery/domains/service-helm/data-access": ["libs/domains/service-helm/data-access/src/index.ts"],
"@qovery/domains/service-helm/feature": ["libs/domains/service-helm/feature/src/index.ts"],
"@qovery/domains/service-logs/data-access": ["libs/domains/service-logs/data-access/src/index.ts"],
"@qovery/domains/service-logs/feature": ["libs/domains/service-logs/feature/src/index.ts"],
"@qovery/domains/service-terraform/data-access": ["libs/domains/service-terraform/data-access/src/index.ts"],
"@qovery/domains/service-terraform/feature": ["libs/domains/service-terraform/feature/src/index.ts"],
"@qovery/domains/services/data-access": ["libs/domains/services/data-access/src/index.ts"],
"@qovery/domains/services/feature": ["libs/domains/services/feature/src/index.ts"],
"@qovery/domains/users-sign-up/data-access": ["libs/domains/users-sign-up/data-access/src/index.ts"],
"@qovery/domains/users-sign-up/feature": ["libs/domains/users-sign-up/feature/src/index.ts"],
"@qovery/domains/variables/data-access": ["libs/domains/variables/data-access/src/index.ts"],
"@qovery/domains/variables/feature": ["libs/domains/variables/feature/src/index.ts"],
"@qovery/domains/variables/util": ["libs/domains/variables/util/src/index.ts"],
"@qovery/pages/application": ["libs/pages/application/src/index.ts"],
"@qovery/pages/cluster": ["libs/pages/cluster/src/index.ts"],
"@qovery/pages/clusters": ["libs/pages/clusters/src/index.ts"],
"@qovery/pages/database": ["libs/pages/database/src/index.ts"],
"@qovery/pages/environments": ["libs/pages/environments/src/index.ts"],
"@qovery/pages/events": ["libs/pages/events/src/index.ts"],
"@qovery/pages/layout": ["libs/pages/layout/src/index.ts"],
"@qovery/pages/login": ["libs/pages/login/src/index.ts"],
"@qovery/pages/logs/environment": ["libs/pages/logs/environment/src/index.ts"],
"@qovery/pages/logs/infra": ["libs/pages/logs/infra/src/index.ts"],
"@qovery/pages/onboarding": ["libs/pages/onboarding/src/index.ts"],
"@qovery/pages/overview/feature": ["libs/pages/overview/feature/src/index.ts"],
"@qovery/pages/overview/ui": ["libs/pages/overview/ui/src/index.ts"],
"@qovery/pages/services": ["libs/pages/services/src/index.ts"],
"@qovery/pages/settings": ["libs/pages/settings/src/index.ts"],
"@qovery/pages/user": ["libs/pages/user/src/index.ts"],
"@qovery/shared/assistant/feature": ["libs/shared/assistant/feature/src/index.ts"],
"@qovery/shared/auth": ["libs/shared/auth/src/index.ts"],
"@qovery/shared/console-shared": ["libs/shared/console-shared/src/index.ts"],
"@qovery/shared/devops-copilot/context": ["libs/shared/devops-copilot/context/src/index.ts"],
"@qovery/shared/devops-copilot/data-access": ["libs/shared/devops-copilot/data-access/src/index.ts"],
"@qovery/shared/devops-copilot/feature": ["libs/shared/devops-copilot/feature/src/index.ts"],
"@qovery/shared/enums": ["libs/shared/enums/src/index.ts"],
"@qovery/shared/factories": ["libs/shared/factories/src/index.ts"],
"@qovery/shared/iam/data-access": ["libs/shared/iam/data-access/src/index.ts"],
"@qovery/shared/iam/feature": ["libs/shared/iam/feature/src/index.ts"],
"@qovery/shared/interfaces": ["libs/shared/interfaces/src/index.ts"],
"@qovery/shared/posthog/feature": ["libs/shared/posthog/feature/src/index.ts"],
"@qovery/shared/router": ["libs/shared/router/src/index.ts"],
"@qovery/shared/routes": ["libs/shared/routes/src/index.ts"],
"@qovery/shared/spotlight/feature": ["libs/shared/spotlight/feature/src/index.ts"],
"@qovery/shared/toast": ["libs/shared/toast/src/index.ts"],
"@qovery/shared/ui": ["libs/shared/ui/src/index.ts"],
"@qovery/shared/util-const": ["libs/shared/util-const/src/index.ts"],
"@qovery/shared/util-dates": ["libs/shared/util-dates/src/index.ts"],
"@qovery/shared/util-git": ["libs/shared/util-git/src/index.ts"],
"@qovery/shared/util-hooks": ["libs/shared/util-hooks/src/index.ts"],
"@qovery/shared/util-js": ["libs/shared/util-js/src/index.ts"],
"@qovery/shared/util-node-env": ["libs/shared/util-node-env/src/index.ts"],
"@qovery/shared/util-payment": ["libs/shared/util-payment/src/index.ts"],
"@qovery/shared/util-services": ["libs/shared/util-services/src/index.ts"],
"@qovery/shared/util-tests": ["libs/shared/util-tests/src/index.ts"],
"@qovery/shared/util-types": ["libs/shared/util-types/src/index.ts"],
"@qovery/shared/util-web-sockets": ["libs/shared/util-web-sockets/src/index.ts"],
"@qovery/shared/utils": ["libs/shared/utils/src/index.ts"],
"@qovery/state/util-queries": ["libs/state/util-queries/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}