-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathangular-cli.json
46 lines (46 loc) · 1.59 KB
/
angular-cli.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
{
"__APPS_PROP__": "The first item in the 'apps' object is expected to be the main application. Additional items will be left alone",
"__MERGE_NOTICE__": "THIS FILE WAS MERGED FROM msft-sme-build. some properties in this file may be overridden if changed.",
"apps": [
{
"assets": [
"assets",
"manifest.json"
],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
},
"index": "index.html",
"main": "main.ts",
"outDir": "bundle",
"root": "src",
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
],
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"../node_modules/@microsoft/windows-admin-center-sdk/dist/angular/assets/sme-icons/css/sme-icons.css",
"../node_modules/@microsoft/windows-admin-center-sdk/dist/angular/assets/winstrap-tmp/css/winstrap.min.css",
"../node_modules/@microsoft/windows-admin-center-sdk/dist/angular/assets/winstrap-tmp/css/winstrap-optional.min.css",
"../node_modules/primeng/resources/primeng.min.css",
"../node_modules/primeng/resources/themes/bootstrap/theme.css"
],
"tsconfig": "tsconfig.json"
}
],
"defaults": {
"inline": {
"style": false,
"template": false
},
"prefixInterfaces": false,
"styleExt": "css"
},
"project": {
"name": "hello-world",
"version": "1.0.0-beta.25.5"
}
}