FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-archwizard/angular.json at develop · madoar/angular-archwizard · GitHub
madoar
/
angular-archwizard
Public
Notifications
You must be signed in to change notification settings
Fork
113
Star
295
Code
Issues
24
Pull requests
30
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-archwizard
/
angular.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (43 loc) · 1.08 KB
Breadcrumbs
angular-archwizard
/
angular.json
Copy path
File metadata and controls
43 lines (43 loc) · 1.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"$schema"
:
"
./node_modules/@angular/cli/lib/config/schema.json
"
,
"version"
:
1
,
"newProjectRoot"
:
"
"
,
"projects"
: {
"angular-archwizard"
: {
"root"
:
"
"
,
"sourceRoot"
:
"
src
"
,
"projectType"
:
"
library
"
,
"prefix"
:
"
aw
"
,
"architect"
: {
"build"
: {
"builder"
:
"
@angular-devkit/build-angular:ng-packagr
"
,
"options"
: {
"tsConfig"
:
"
tsconfig.lib.json
"
,
"project"
:
"
ng-package.json
"
}
},
"test"
: {
"builder"
:
"
@angular-devkit/build-angular:karma
"
,
"options"
: {
"main"
:
"
src/test.ts
"
,
"tsConfig"
:
"
tsconfig.spec.json
"
,
"karmaConfig"
:
"
karma.conf.js
"
}
},
"lint"
: {
"builder"
:
"
@angular-devkit/build-angular:tslint
"
,
"options"
: {
"tsConfig"
: [
"
tsconfig.lib.json
"
,
"
tsconfig.spec.json
"
],
"exclude"
: [
"
**/node_modules/**
"
]
}
}
}
}
},
"defaultProject"
:
"
angular-archwizard
"
}
Back
|
FazBrowse Home
|
New Git URL