forked from SAP/open-ux-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
114 lines (114 loc) · 2.1 KB
/
tsconfig.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
{
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"lib": [
"es6",
"dom",
"dom.iterable"
],
"module": "commonjs",
"moduleResolution": "node",
"noEmit": false,
"sourceMap": true,
"strict": true,
"strictPropertyInitialization": false,
"target": "ES6",
"skipLibCheck": true,
"resolveJsonModule": true,
"useUnknownInCatchVariables": false
},
"references": [
{
"path": "packages/adp-tooling"
},
{
"path": "packages/app-config-writer"
},
{
"path": "packages/axios-extension"
},
{
"path": "packages/backend-proxy-middleware"
},
{
"path": "packages/btp-utils"
},
{
"path": "packages/cap-config-writer"
},
{
"path": "packages/create"
},
{
"path": "packages/deploy-tooling"
},
{
"path": "packages/environment-check"
},
{
"path": "packages/eslint-plugin-fiori-tools"
},
{
"path": "packages/fe-fpm-writer"
},
{
"path": "packages/fiori-elements-writer"
},
{
"path": "packages/fiori-freestyle-writer"
},
{
"path": "packages/logger"
},
{
"path": "packages/mockserver-config-writer"
},
{
"path": "packages/odata-service-writer"
},
{
"path": "packages/preview-middleware"
},
{
"path": "packages/project-access"
},
{
"path": "packages/store"
},
{
"path": "packages/system-access"
},
{
"path": "packages/ui-components"
},
{
"path": "packages/ui5-application-writer"
},
{
"path": "packages/ui5-config"
},
{
"path": "packages/ui5-library-writer"
},
{
"path": "packages/ui5-proxy-middleware"
},
{
"path": "packages/ui5-test-writer"
},
{
"path": "packages/yaml"
},
{
"path": "examples/odata-cli"
},
{
"path": "examples/simple-generator"
}
]
}