-
Notifications
You must be signed in to change notification settings - Fork 45
/
config.json
50 lines (50 loc) · 1.45 KB
/
config.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
{
"typedoc": ["/source/**/*.ts", "!/source/*.d.ts"],
"tslint": ["/source/**/*.ts", "!/source/**/*-model.d.ts", "!/source/**/**/*-builder.d.ts"],
"ts": ["/source/**/*.ts", "!./node_modules/**/*.ts"],
"styleDependency": ["ej2"],
"github": ["/source/**/*.{css,ts,html,json}", "!/source/**/*.{d.ts,ngfactory.ts,ngstyle.ts,ngsummary.json}", "./styles/images{,/**}", "./styles/{index.css,highlight.css}", "./styles/*.scss", "./dist/zone.min.js", "/source/**/images{,/**}", "/source/common/cldr-data{,/**}", "./index.html", "./favicon.ico", "package.json", "tsconfig-aot.json", "webpack.config.js", "license"],
"publishSamples": ["./output/**/*.*"],
"releaseVersion": "28.1.33",
"platform": "angular",
"customNames": [
"listview",
"html",
"ajax",
"api",
"custom",
"code",
"blog",
"embedly",
"inline",
"toolbar",
"popup",
"swipeable",
"image",
"checkbox",
"dialog",
"draggable",
"textboxes",
"uploader",
"preload",
"virtualization",
"maskedtextbox",
"numerictextbox",
"treeview",
"heatmap",
"json",
"tooltip",
"async-pipe",
"drilldown",
"sparkline",
"econmics",
"treemap",
"gauge",
"datasource",
"timeline",
"fishbone",
"venn",
"bpmn",
"pdfviewer"
]
}