forked from blackbaud/skyux-angular-tree-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskyuxconfig.json
47 lines (47 loc) · 859 Bytes
/
skyuxconfig.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
{
"name": "skyux-angular-tree-component",
"$schema": "./node_modules/@skyux/config/skyuxconfig-schema.json",
"mode": "easy",
"compileMode": "aot",
"plugins": [
"@skyux-sdk/builder-plugin-skyux",
"@blackbaud/skyux-builder-plugin-code-block"
],
"testSettings": {
"e2e": {
"browserSet": "speedy"
},
"unit": {
"browserSet": "paranoid"
}
},
"pipelineSettings": {
"vsts": {
"testSettings": {
"e2e": {
"browserSet": false
},
"unit": {
"browserSet": false
}
}
}
},
"host": {
"url": "https://developer.blackbaud.com",
"frameOptions": {
"none": true
}
},
"omnibar": {},
"params": {
"svcid": {
"value": "skyux"
}
},
"app": {
"styles": [
"@skyux/docs-tools/css/docs-tools.css"
]
}
}