-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangular-cli.json
More file actions
41 lines (41 loc) · 781 Bytes
/
Copy pathangular-cli.json
File metadata and controls
41 lines (41 loc) · 781 Bytes
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
{
"project": {
"version": "1.0.0-beta.32.3",
"name": "sc",
"ejected": true
},
"apps": [
{
"root": "sc",
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
],
"index": "index.html",
"main": "main.ts",
"polyfills": "polyfills.ts",
"tsconfig": "tsconfig.json",
"prefix": "",
"styles": [
"styles.scss"
],
"scripts": [
],
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
}
],
"lint": [
{
"files": "sc/**/*.ts",
"project": "sc/tsconfig.json"
}
],
"defaults": {
"styleExt": "scss"
}
}