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