-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtsconfig.json
371 lines (371 loc) · 19.6 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
{
"compilerOptions": {
"module": "es6",
"moduleResolution": "node",
"target": "es5",
"rootDir": "app",
"outDir": ".tmp",
"strictNullChecks": false
},
"filesGlob": [
"app/components/**/*.ts",
"app/bower_components/**/*.d.ts",
"node_modules/@types/**/*.d.ts",
"!app/bower_components/**/node_modules",
"!app/bower_components/**/typings"
],
"include": [
"app/components/**/*.ts",
"app/bower_components/**/*.d.ts",
"node_modules/@types/**/*.d.ts"
],
"exclude": [
"app/bower_components/**/node_modules",
"app/bower_components/**/typings"
],
"files": [
"app/components/app.ts",
"app/components/config-ctrl.ts",
"app/components/project-ctrl.ts",
"app/components/projectlist-ctrl.ts",
"app/bower_components/angular-sparql-service/dist/sparql-service.d.ts",
"app/bower_components/angular-yasqe-directive/dist/yasqe-directive.d.ts",
"node_modules/@types/angular-hotkeys/index.d.ts",
"node_modules/@types/angular-http-auth/index.d.ts",
"node_modules/@types/angular-ui-bootstrap/index.d.ts",
"node_modules/@types/angular-ui-router/index.d.ts",
"node_modules/@types/angular/index.d.ts",
"node_modules/@types/d3-array/index.d.ts",
"node_modules/@types/d3-axis/index.d.ts",
"node_modules/@types/d3-brush/index.d.ts",
"node_modules/@types/d3-chord/index.d.ts",
"node_modules/@types/d3-collection/index.d.ts",
"node_modules/@types/d3-color/index.d.ts",
"node_modules/@types/d3-dispatch/index.d.ts",
"node_modules/@types/d3-drag/index.d.ts",
"node_modules/@types/d3-dsv/index.d.ts",
"node_modules/@types/d3-ease/index.d.ts",
"node_modules/@types/d3-force/index.d.ts",
"node_modules/@types/d3-format/index.d.ts",
"node_modules/@types/d3-geo/index.d.ts",
"node_modules/@types/d3-hierarchy/index.d.ts",
"node_modules/@types/d3-interpolate/index.d.ts",
"node_modules/@types/d3-path/index.d.ts",
"node_modules/@types/d3-polygon/index.d.ts",
"node_modules/@types/d3-quadtree/index.d.ts",
"node_modules/@types/d3-queue/index.d.ts",
"node_modules/@types/d3-random/index.d.ts",
"node_modules/@types/d3-request/index.d.ts",
"node_modules/@types/d3-scale/index.d.ts",
"node_modules/@types/d3-selection/index.d.ts",
"node_modules/@types/d3-shape/index.d.ts",
"node_modules/@types/d3-time-format/index.d.ts",
"node_modules/@types/d3-time/index.d.ts",
"node_modules/@types/d3-timer/index.d.ts",
"node_modules/@types/d3-transition/index.d.ts",
"node_modules/@types/d3-voronoi/index.d.ts",
"node_modules/@types/d3-zoom/index.d.ts",
"node_modules/@types/d3/index.d.ts",
"node_modules/@types/file-saver/index.d.ts",
"node_modules/@types/filesaver/index.d.ts",
"node_modules/@types/fs-extra/index.d.ts",
"node_modules/@types/geojson/index.d.ts",
"node_modules/@types/handlebars/index.d.ts",
"node_modules/@types/highlight.js/index.d.ts",
"node_modules/@types/jquery/index.d.ts",
"node_modules/@types/lodash/add/index.d.ts",
"node_modules/@types/lodash/after/index.d.ts",
"node_modules/@types/lodash/ary/index.d.ts",
"node_modules/@types/lodash/assign/index.d.ts",
"node_modules/@types/lodash/assignIn/index.d.ts",
"node_modules/@types/lodash/assignInWith/index.d.ts",
"node_modules/@types/lodash/assignWith/index.d.ts",
"node_modules/@types/lodash/at/index.d.ts",
"node_modules/@types/lodash/attempt/index.d.ts",
"node_modules/@types/lodash/before/index.d.ts",
"node_modules/@types/lodash/bind/index.d.ts",
"node_modules/@types/lodash/bindAll/index.d.ts",
"node_modules/@types/lodash/bindKey/index.d.ts",
"node_modules/@types/lodash/camelCase/index.d.ts",
"node_modules/@types/lodash/capitalize/index.d.ts",
"node_modules/@types/lodash/castArray/index.d.ts",
"node_modules/@types/lodash/ceil/index.d.ts",
"node_modules/@types/lodash/chain/index.d.ts",
"node_modules/@types/lodash/chunk/index.d.ts",
"node_modules/@types/lodash/clamp/index.d.ts",
"node_modules/@types/lodash/clone/index.d.ts",
"node_modules/@types/lodash/cloneDeep/index.d.ts",
"node_modules/@types/lodash/cloneDeepWith/index.d.ts",
"node_modules/@types/lodash/cloneWith/index.d.ts",
"node_modules/@types/lodash/compact/index.d.ts",
"node_modules/@types/lodash/concat/index.d.ts",
"node_modules/@types/lodash/constant/index.d.ts",
"node_modules/@types/lodash/countBy/index.d.ts",
"node_modules/@types/lodash/create/index.d.ts",
"node_modules/@types/lodash/curry/index.d.ts",
"node_modules/@types/lodash/curryRight/index.d.ts",
"node_modules/@types/lodash/debounce/index.d.ts",
"node_modules/@types/lodash/deburr/index.d.ts",
"node_modules/@types/lodash/defaults/index.d.ts",
"node_modules/@types/lodash/defaultsDeep/index.d.ts",
"node_modules/@types/lodash/defer/index.d.ts",
"node_modules/@types/lodash/delay/index.d.ts",
"node_modules/@types/lodash/difference/index.d.ts",
"node_modules/@types/lodash/differenceBy/index.d.ts",
"node_modules/@types/lodash/differenceWith/index.d.ts",
"node_modules/@types/lodash/drop/index.d.ts",
"node_modules/@types/lodash/dropRight/index.d.ts",
"node_modules/@types/lodash/dropRightWhile/index.d.ts",
"node_modules/@types/lodash/dropWhile/index.d.ts",
"node_modules/@types/lodash/each/index.d.ts",
"node_modules/@types/lodash/eachRight/index.d.ts",
"node_modules/@types/lodash/endsWith/index.d.ts",
"node_modules/@types/lodash/eq/index.d.ts",
"node_modules/@types/lodash/escape/index.d.ts",
"node_modules/@types/lodash/escapeRegExp/index.d.ts",
"node_modules/@types/lodash/every/index.d.ts",
"node_modules/@types/lodash/extend/index.d.ts",
"node_modules/@types/lodash/extendWith/index.d.ts",
"node_modules/@types/lodash/fb/index.d.ts",
"node_modules/@types/lodash/fill/index.d.ts",
"node_modules/@types/lodash/filter/index.d.ts",
"node_modules/@types/lodash/find/index.d.ts",
"node_modules/@types/lodash/findIndex/index.d.ts",
"node_modules/@types/lodash/findKey/index.d.ts",
"node_modules/@types/lodash/findLast/index.d.ts",
"node_modules/@types/lodash/findLastIndex/index.d.ts",
"node_modules/@types/lodash/findLastKey/index.d.ts",
"node_modules/@types/lodash/first/index.d.ts",
"node_modules/@types/lodash/flatMap/index.d.ts",
"node_modules/@types/lodash/flatten/index.d.ts",
"node_modules/@types/lodash/flattenDeep/index.d.ts",
"node_modules/@types/lodash/flattenDepth/index.d.ts",
"node_modules/@types/lodash/flip/index.d.ts",
"node_modules/@types/lodash/floor/index.d.ts",
"node_modules/@types/lodash/flow/index.d.ts",
"node_modules/@types/lodash/flowRight/index.d.ts",
"node_modules/@types/lodash/forEach/index.d.ts",
"node_modules/@types/lodash/forEachRight/index.d.ts",
"node_modules/@types/lodash/forIn/index.d.ts",
"node_modules/@types/lodash/forInRight/index.d.ts",
"node_modules/@types/lodash/forOwn/index.d.ts",
"node_modules/@types/lodash/forOwnRight/index.d.ts",
"node_modules/@types/lodash/fromPairs/index.d.ts",
"node_modules/@types/lodash/functions/index.d.ts",
"node_modules/@types/lodash/functionsIn/index.d.ts",
"node_modules/@types/lodash/get/index.d.ts",
"node_modules/@types/lodash/groupBy/index.d.ts",
"node_modules/@types/lodash/gt/index.d.ts",
"node_modules/@types/lodash/gte/index.d.ts",
"node_modules/@types/lodash/has/index.d.ts",
"node_modules/@types/lodash/hasIn/index.d.ts",
"node_modules/@types/lodash/head/index.d.ts",
"node_modules/@types/lodash/identity/index.d.ts",
"node_modules/@types/lodash/includes/index.d.ts",
"node_modules/@types/lodash/index.d.ts",
"node_modules/@types/lodash/indexOf/index.d.ts",
"node_modules/@types/lodash/initial/index.d.ts",
"node_modules/@types/lodash/inRange/index.d.ts",
"node_modules/@types/lodash/intersection/index.d.ts",
"node_modules/@types/lodash/intersectionBy/index.d.ts",
"node_modules/@types/lodash/intersectionWith/index.d.ts",
"node_modules/@types/lodash/invert/index.d.ts",
"node_modules/@types/lodash/invertBy/index.d.ts",
"node_modules/@types/lodash/invoke/index.d.ts",
"node_modules/@types/lodash/invokeMap/index.d.ts",
"node_modules/@types/lodash/isArguments/index.d.ts",
"node_modules/@types/lodash/isArray/index.d.ts",
"node_modules/@types/lodash/isArrayBuffer/index.d.ts",
"node_modules/@types/lodash/isArrayLike/index.d.ts",
"node_modules/@types/lodash/isArrayLikeObject/index.d.ts",
"node_modules/@types/lodash/isBoolean/index.d.ts",
"node_modules/@types/lodash/isBuffer/index.d.ts",
"node_modules/@types/lodash/isDate/index.d.ts",
"node_modules/@types/lodash/isElement/index.d.ts",
"node_modules/@types/lodash/isEmpty/index.d.ts",
"node_modules/@types/lodash/isEqual/index.d.ts",
"node_modules/@types/lodash/isEqualWith/index.d.ts",
"node_modules/@types/lodash/isError/index.d.ts",
"node_modules/@types/lodash/isFinite/index.d.ts",
"node_modules/@types/lodash/isFunction/index.d.ts",
"node_modules/@types/lodash/isInteger/index.d.ts",
"node_modules/@types/lodash/isLength/index.d.ts",
"node_modules/@types/lodash/isMap/index.d.ts",
"node_modules/@types/lodash/isMatch/index.d.ts",
"node_modules/@types/lodash/isMatchWith/index.d.ts",
"node_modules/@types/lodash/isNaN/index.d.ts",
"node_modules/@types/lodash/isNative/index.d.ts",
"node_modules/@types/lodash/isNil/index.d.ts",
"node_modules/@types/lodash/isNull/index.d.ts",
"node_modules/@types/lodash/isNumber/index.d.ts",
"node_modules/@types/lodash/isObject/index.d.ts",
"node_modules/@types/lodash/isObjectLike/index.d.ts",
"node_modules/@types/lodash/isPlainObject/index.d.ts",
"node_modules/@types/lodash/isRegExp/index.d.ts",
"node_modules/@types/lodash/isSafeInteger/index.d.ts",
"node_modules/@types/lodash/isSet/index.d.ts",
"node_modules/@types/lodash/isString/index.d.ts",
"node_modules/@types/lodash/isSymbol/index.d.ts",
"node_modules/@types/lodash/isTypedArray/index.d.ts",
"node_modules/@types/lodash/isUndefined/index.d.ts",
"node_modules/@types/lodash/isWeakMap/index.d.ts",
"node_modules/@types/lodash/isWeakSet/index.d.ts",
"node_modules/@types/lodash/iteratee/index.d.ts",
"node_modules/@types/lodash/join/index.d.ts",
"node_modules/@types/lodash/kebabCase/index.d.ts",
"node_modules/@types/lodash/keyBy/index.d.ts",
"node_modules/@types/lodash/keys/index.d.ts",
"node_modules/@types/lodash/keysIn/index.d.ts",
"node_modules/@types/lodash/last/index.d.ts",
"node_modules/@types/lodash/lastIndexOf/index.d.ts",
"node_modules/@types/lodash/lowerCase/index.d.ts",
"node_modules/@types/lodash/lowerFirst/index.d.ts",
"node_modules/@types/lodash/lt/index.d.ts",
"node_modules/@types/lodash/lte/index.d.ts",
"node_modules/@types/lodash/map/index.d.ts",
"node_modules/@types/lodash/mapKeys/index.d.ts",
"node_modules/@types/lodash/mapValues/index.d.ts",
"node_modules/@types/lodash/matches/index.d.ts",
"node_modules/@types/lodash/matchesProperty/index.d.ts",
"node_modules/@types/lodash/max/index.d.ts",
"node_modules/@types/lodash/maxBy/index.d.ts",
"node_modules/@types/lodash/mean/index.d.ts",
"node_modules/@types/lodash/memoize/index.d.ts",
"node_modules/@types/lodash/merge/index.d.ts",
"node_modules/@types/lodash/mergeWith/index.d.ts",
"node_modules/@types/lodash/method/index.d.ts",
"node_modules/@types/lodash/methodOf/index.d.ts",
"node_modules/@types/lodash/min/index.d.ts",
"node_modules/@types/lodash/minBy/index.d.ts",
"node_modules/@types/lodash/mixin/index.d.ts",
"node_modules/@types/lodash/negate/index.d.ts",
"node_modules/@types/lodash/noConflict/index.d.ts",
"node_modules/@types/lodash/noop/index.d.ts",
"node_modules/@types/lodash/now/index.d.ts",
"node_modules/@types/lodash/nthArg/index.d.ts",
"node_modules/@types/lodash/omit/index.d.ts",
"node_modules/@types/lodash/omitBy/index.d.ts",
"node_modules/@types/lodash/once/index.d.ts",
"node_modules/@types/lodash/orderBy/index.d.ts",
"node_modules/@types/lodash/over/index.d.ts",
"node_modules/@types/lodash/overArgs/index.d.ts",
"node_modules/@types/lodash/overEvery/index.d.ts",
"node_modules/@types/lodash/overSome/index.d.ts",
"node_modules/@types/lodash/pad/index.d.ts",
"node_modules/@types/lodash/padEnd/index.d.ts",
"node_modules/@types/lodash/padStart/index.d.ts",
"node_modules/@types/lodash/parseInt/index.d.ts",
"node_modules/@types/lodash/partial/index.d.ts",
"node_modules/@types/lodash/partialRight/index.d.ts",
"node_modules/@types/lodash/partition/index.d.ts",
"node_modules/@types/lodash/pick/index.d.ts",
"node_modules/@types/lodash/pickBy/index.d.ts",
"node_modules/@types/lodash/property/index.d.ts",
"node_modules/@types/lodash/propertyOf/index.d.ts",
"node_modules/@types/lodash/pull/index.d.ts",
"node_modules/@types/lodash/pullAll/index.d.ts",
"node_modules/@types/lodash/pullAllBy/index.d.ts",
"node_modules/@types/lodash/pullAt/index.d.ts",
"node_modules/@types/lodash/random/index.d.ts",
"node_modules/@types/lodash/range/index.d.ts",
"node_modules/@types/lodash/rangeRight/index.d.ts",
"node_modules/@types/lodash/rearg/index.d.ts",
"node_modules/@types/lodash/reduce/index.d.ts",
"node_modules/@types/lodash/reduceRight/index.d.ts",
"node_modules/@types/lodash/reject/index.d.ts",
"node_modules/@types/lodash/remove/index.d.ts",
"node_modules/@types/lodash/repeat/index.d.ts",
"node_modules/@types/lodash/replace/index.d.ts",
"node_modules/@types/lodash/rest/index.d.ts",
"node_modules/@types/lodash/result/index.d.ts",
"node_modules/@types/lodash/reverse/index.d.ts",
"node_modules/@types/lodash/round/index.d.ts",
"node_modules/@types/lodash/runInContext/index.d.ts",
"node_modules/@types/lodash/sample/index.d.ts",
"node_modules/@types/lodash/sampleSize/index.d.ts",
"node_modules/@types/lodash/set/index.d.ts",
"node_modules/@types/lodash/setWith/index.d.ts",
"node_modules/@types/lodash/shuffle/index.d.ts",
"node_modules/@types/lodash/size/index.d.ts",
"node_modules/@types/lodash/slice/index.d.ts",
"node_modules/@types/lodash/snakeCase/index.d.ts",
"node_modules/@types/lodash/some/index.d.ts",
"node_modules/@types/lodash/sortBy/index.d.ts",
"node_modules/@types/lodash/sortedIndex/index.d.ts",
"node_modules/@types/lodash/sortedIndexBy/index.d.ts",
"node_modules/@types/lodash/sortedIndexOf/index.d.ts",
"node_modules/@types/lodash/sortedLastIndex/index.d.ts",
"node_modules/@types/lodash/sortedLastIndexBy/index.d.ts",
"node_modules/@types/lodash/sortedLastIndexOf/index.d.ts",
"node_modules/@types/lodash/sortedUniq/index.d.ts",
"node_modules/@types/lodash/sortedUniqBy/index.d.ts",
"node_modules/@types/lodash/split/index.d.ts",
"node_modules/@types/lodash/spread/index.d.ts",
"node_modules/@types/lodash/startCase/index.d.ts",
"node_modules/@types/lodash/startsWith/index.d.ts",
"node_modules/@types/lodash/subtract/index.d.ts",
"node_modules/@types/lodash/sum/index.d.ts",
"node_modules/@types/lodash/sumBy/index.d.ts",
"node_modules/@types/lodash/tail/index.d.ts",
"node_modules/@types/lodash/take/index.d.ts",
"node_modules/@types/lodash/takeRight/index.d.ts",
"node_modules/@types/lodash/takeRightWhile/index.d.ts",
"node_modules/@types/lodash/takeWhile/index.d.ts",
"node_modules/@types/lodash/tap/index.d.ts",
"node_modules/@types/lodash/template/index.d.ts",
"node_modules/@types/lodash/throttle/index.d.ts",
"node_modules/@types/lodash/thru/index.d.ts",
"node_modules/@types/lodash/times/index.d.ts",
"node_modules/@types/lodash/toArray/index.d.ts",
"node_modules/@types/lodash/toInteger/index.d.ts",
"node_modules/@types/lodash/toLength/index.d.ts",
"node_modules/@types/lodash/toLower/index.d.ts",
"node_modules/@types/lodash/toNumber/index.d.ts",
"node_modules/@types/lodash/toPairs/index.d.ts",
"node_modules/@types/lodash/toPairsIn/index.d.ts",
"node_modules/@types/lodash/toPath/index.d.ts",
"node_modules/@types/lodash/toPlainObject/index.d.ts",
"node_modules/@types/lodash/toSafeInteger/index.d.ts",
"node_modules/@types/lodash/toString/index.d.ts",
"node_modules/@types/lodash/toUpper/index.d.ts",
"node_modules/@types/lodash/transform/index.d.ts",
"node_modules/@types/lodash/trim/index.d.ts",
"node_modules/@types/lodash/trimEnd/index.d.ts",
"node_modules/@types/lodash/trimStart/index.d.ts",
"node_modules/@types/lodash/truncate/index.d.ts",
"node_modules/@types/lodash/unary/index.d.ts",
"node_modules/@types/lodash/unescape/index.d.ts",
"node_modules/@types/lodash/union/index.d.ts",
"node_modules/@types/lodash/unionBy/index.d.ts",
"node_modules/@types/lodash/unionWith/index.d.ts",
"node_modules/@types/lodash/uniq/index.d.ts",
"node_modules/@types/lodash/uniqBy/index.d.ts",
"node_modules/@types/lodash/uniqueId/index.d.ts",
"node_modules/@types/lodash/uniqWith/index.d.ts",
"node_modules/@types/lodash/unset/index.d.ts",
"node_modules/@types/lodash/unzip/index.d.ts",
"node_modules/@types/lodash/unzipWith/index.d.ts",
"node_modules/@types/lodash/update/index.d.ts",
"node_modules/@types/lodash/upperCase/index.d.ts",
"node_modules/@types/lodash/upperFirst/index.d.ts",
"node_modules/@types/lodash/values/index.d.ts",
"node_modules/@types/lodash/valuesIn/index.d.ts",
"node_modules/@types/lodash/without/index.d.ts",
"node_modules/@types/lodash/words/index.d.ts",
"node_modules/@types/lodash/wrap/index.d.ts",
"node_modules/@types/lodash/xor/index.d.ts",
"node_modules/@types/lodash/xorBy/index.d.ts",
"node_modules/@types/lodash/xorWith/index.d.ts",
"node_modules/@types/lodash/zip/index.d.ts",
"node_modules/@types/lodash/zipObject/index.d.ts",
"node_modules/@types/lodash/zipWith/index.d.ts",
"node_modules/@types/marked/index.d.ts",
"node_modules/@types/minimatch/index.d.ts",
"node_modules/@types/node/index.d.ts",
"node_modules/@types/papaparse/index.d.ts",
"node_modules/@types/shelljs/index.d.ts"
],
"atom": {
"rewriteTsconfig": true
}
}