-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
102 lines (102 loc) · 2.13 KB
/
Copy pathtsconfig.json
File metadata and controls
102 lines (102 loc) · 2.13 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
98
99
100
101
102
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
],
"paths": {
"make-a-vis": [
"dist/make-a-vis"
],
"@dvl-fw/angular": [
"dist/dvl-fw-angular"
],
"@dvl-fw/cli": [
"dist/dvl-fw-cli"
],
"@dvl-fw/core": [
"dist/dvl-fw-core"
],
"@dvl-fw/isi": [
"dist/dvl-fw-isi"
],
"@dvl-fw/nsf": [
"dist/dvl-fw-nsf"
],
"@dvl-fw/geomap": [
"dist/geomap"
],
"@dvl-fw/geomap/*": [
"dist/geomap/*"
],
"@dvl-fw/legends": [
"dist/legends"
],
"@dvl-fw/legends/*": [
"dist/legends/*"
],
"@dvl-fw/network": [
"dist/network"
],
"@dvl-fw/network/*": [
"dist/network/*"
],
"@dvl-fw/scatterplot": [
"dist/scatterplot"
],
"@dvl-fw/scatterplot/*": [
"dist/scatterplot/*"
],
"@dvl-fw/science-map": [
"dist/science-map"
],
"@dvl-fw/science-map/*": [
"dist/science-map/*"
],
"@dvl-fw/temporal-bargraph": [
"dist/temporal-bargraph"
],
"@dvl-fw/temporal-bargraph/*": [
"dist/temporal-bargraph/*"
],
"svg-to-pdfkit": [
"node_modules/svg-to-pdfkit/source.js"
],
"cheet.js": [
"node_modules/cheet.js/cheet.js"
],
"geocoder-ts": [
"dist/geocoder-ts"
],
"geocoder-ts/*": [
"dist/geocoder-ts/*"
],
"ngx-vega": [
"dist/ngx-vega"
],
"ngx-vega/*": [
"dist/ngx-vega/*"
],
"vega-lite": [
"node_modules/vega-lite/build/vega-lite"
]
}
}
}