This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathangular-cli.json
75 lines (75 loc) · 1.99 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
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
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"version": "1.0.0-beta.31",
"name": "sos-ui"
},
"apps": [
{
"root": "src",
"outDir": "dist",
"assets": [
"assets",
"auth.html"
],
"index": "index.html",
"main": "main.ts",
"polyfills": "polyfills.ts",
"tsconfig": "tsconfig.app.json",
"prefix": "sos",
"styles": [
"styles.scss"
],
"scripts": [
"../node_modules/tether/dist/js/tether.js",
"../node_modules/jquery/dist/jquery.js",
"../node_modules/popper.js/dist/umd/popper.js",
"../node_modules/bootstrap/dist/js/bootstrap.js",
"../node_modules/jquery-ui/ui/version.js",
"../node_modules/jquery-ui/ui/position.js",
"../node_modules/jquery-ui/ui/keycode.js",
"../node_modules/jquery-ui/ui/unique-id.js",
"../node_modules/jquery-ui/ui/safe-active-element.js",
"../node_modules/jquery-ui/ui/widget.js",
"../node_modules/jquery-ui/ui/widgets/menu.js",
"../node_modules/jquery-ui/ui/widgets/autocomplete.js",
"../node_modules/@accursoft/jquery-caret/jquery.caret.js",
"../node_modules/jquery-tageditor/jquery.tag-editor.js"
],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts",
"sos": "environments/environment.sos.ts"
}
}
],
"e2e": {},
"lint": [
{
"files": "src/**/*.ts",
"project": "src/tsconfig.json"
},
{
"files": "e2e/**/*.ts",
"project": "e2e/tsconfig.json"
}
],
"test": {},
"defaults": {
"styleExt": "scss",
"prefixInterfaces": false,
"inline": {
"style": false,
"template": false
},
"spec": {
"class": false,
"component": true,
"directive": true,
"module": false,
"pipe": true,
"service": true
}
}
}