-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtsconfig.json
114 lines (114 loc) · 2.33 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
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
],
"paths": {
"ngx-flatpickr": [
"dist/ngx-flatpickr"
],
"ngx-flatpickr/*": [
"dist/ngx-flatpickr/*"
],
"ngx-timepicker": [
"dist/ngx-timepicker"
],
"ngx-timepicker/*": [
"dist/ngx-timepicker/*"
],
"ngx-rights": [
"dist/ngx-rights"
],
"ngx-rights/*": [
"dist/ngx-rights/*"
],
"ngx-avatar": [
"dist/ngx-avatar"
],
"ngx-avatar/*": [
"dist/ngx-avatar/*"
],
"ngx-roles": [
"dist/ngx-roles"
],
"ngx-roles/*": [
"dist/ngx-roles/*"
],
"ngx-trumbowyg": [
"dist/ngx-trumbowyg"
],
"ngx-trumbowyg/*": [
"dist/ngx-trumbowyg/*"
],
"ngx-forms": [
"dist/ngx-forms"
],
"ngx-forms/*": [
"dist/ngx-forms/*"
],
"ngx-select": [
"dist/ngx-select"
],
"ngx-select/*": [
"dist/ngx-select/*"
],
"ngx-mat-select": [
"dist/ngx-mat-select"
],
"ngx-mat-select/*": [
"dist/ngx-mat-select/*"
],
"ngx-mat-editor": [
"dist/ngx-mat-editor"
],
"ngx-mat-editor/*": [
"dist/ngx-mat-editor/*"
],
"ngx-script-loader": [
"dist/ngx-script-loader"
],
"ngx-script-loader/*": [
"dist/ngx-script-loader/*"
],
"ngx-mat-table": [
"dist/ngx-mat-table"
],
"ngx-mat-table/*": [
"dist/ngx-mat-table/*"
],
"ngx-speed-dial": [
"dist/ngx-speed-dial"
],
"ngx-speed-dial/*": [
"dist/ngx-speed-dial/*"
],
"ngx-calendar": [
"dist/ngx-calendar",
"dist/ngx-calendar"
],
"ngx-calendar/*": [
"dist/ngx-calendar/*",
"dist/ngx-calendar/*"
],
"ngx-chip-select": [
"dist/ngx-chip-select"
],
"ngx-chip-select/*": [
"dist/ngx-chip-select/*"
]
}
}
}