-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtsconfig.base.json
134 lines (134 loc) · 5.21 KB
/
tsconfig.base.json
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"types": ["Multer"],
"esModuleInterop": true,
"paths": {
"@ddhub-client-gateway-frontend/ui/api-hooks": [
"libs/ddhub-client-gateway-frontend/ui/api-hooks/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/applications": [
"libs/ddhub-client-gateway-frontend/ui/applications/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/channels": [
"libs/ddhub-client-gateway-frontend/ui/channels/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/client-ids": [
"libs/ddhub-client-gateway-frontend/ui/client-ids/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/context": [
"libs/ddhub-client-gateway-frontend/ui/context/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/core": [
"libs/ddhub-client-gateway-frontend/ui/core/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/gateway-settings": [
"libs/ddhub-client-gateway-frontend/ui/gateway-settings/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/integration": [
"libs/ddhub-client-gateway-frontend/ui/integration/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/login": [
"libs/ddhub-client-gateway-frontend/ui/login/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/messaging": [
"libs/ddhub-client-gateway-frontend/ui/messaging/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/topics": [
"libs/ddhub-client-gateway-frontend/ui/topics/src/index.ts"
],
"@ddhub-client-gateway-frontend/ui/utils": [
"libs/ddhub-client-gateway-frontend/ui/utils/src/index.ts"
],
"@ddhub-client-gateway/identity/models": [
"libs/ddhub-client-gateway-frontend/identity/models/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-address-book": [
"libs/ddhub-client-gateway-address-book/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-association-keys": [
"libs/ddhub-client-gateway-association-keys/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-cleanup": [
"libs/ddhub-client-gateway-cleanup/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-clients": [
"libs/ddhub-client-gateway-clients/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-did-auth": [
"libs/ddhub-client-gateway-did-auth/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-encryption": [
"libs/ddhub-client-gateway-encryption/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-enrolment": [
"libs/ddhub-client-gateway-enrolment/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-env": [
"libs/ddhub-client-gateway-env/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-events": [
"libs/ddhub-client-gateway-events/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-guard": [
"libs/ddhub-client-gateway-guard/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-identity": [
"libs/ddhub-client-gateway-identity/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-message-broker": [
"libs/ddhub-client-gateway-message-broker/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-tls-agent": [
"libs/ddhub-client-gateway-tls-agent/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-tracing": [
"libs/ddhub-client-gateway-tracing/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-user-roles": [
"libs/ddhub-client-gateway-user-roles/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-utils": [
"libs/ddhub-client-gateway-utils/src/index.ts"
],
"@dsb-client-gateway/ddhub-client-gateway-version": [
"libs/ddhub-client-gateway-version/src/index.ts"
],
"@dsb-client-gateway/dsb-client-gateway-api": [
"apps/dsb-client-gateway-api/src/main.ts"
],
"@dsb-client-gateway/dsb-client-gateway-api-client": [
"libs/dsb-client-gateway-api-client/src/index.ts"
],
"@dsb-client-gateway/dsb-client-gateway-did-registry": [
"libs/dsb-client-gateway-did-registry/src/index.ts"
],
"@dsb-client-gateway/dsb-client-gateway-errors": [
"libs/dsb-client-gateway-errors/src/index.ts"
],
"@dsb-client-gateway/dsb-client-gateway-iam-client": [
"libs/dsb-client-gateway-iam-client/src/index.ts"
],
"@dsb-client-gateway/dsb-client-gateway-secrets-engine": [
"libs/dsb-client-gateway-secrets-engine/src/index.ts"
],
"@dsb-client-gateway/dsb-client-gateway-storage": [
"libs/dsb-client-gateway-storage/src/index.ts"
]
}
},
"exclude": ["node_modules", "tmp"]
}