File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 68
68
}
69
69
}
70
70
}
71
+ },
72
+ "ngx-restangular" : {
73
+ "root" : " projects/ngx-restangular" ,
74
+ "sourceRoot" : " projects/ngx-restangular/src" ,
75
+ "projectType" : " library" ,
76
+ "prefix" : " lib" ,
77
+ "architect" : {
78
+ "build" : {
79
+ "builder" : " @angular-devkit/build-ng-packagr:build" ,
80
+ "options" : {
81
+ "tsConfig" : " projects/ngx-restangular/tsconfig.lib.json" ,
82
+ "project" : " projects/ngx-restangular/ng-package.json"
83
+ },
84
+ "configurations" : {
85
+ "production" : {
86
+ "project" : " projects/ngx-restangular/ng-package.prod.json"
87
+ }
88
+ }
89
+ },
90
+ "test" : {
91
+ "builder" : " @angular-devkit/build-angular:karma" ,
92
+ "options" : {
93
+ "main" : " projects/ngx-restangular/src/test.ts" ,
94
+ "tsConfig" : " projects/ngx-restangular/tsconfig.spec.json" ,
95
+ "karmaConfig" : " projects/ngx-restangular/karma.conf.js"
96
+ }
97
+ },
98
+ "lint" : {
99
+ "builder" : " @angular-devkit/build-angular:tslint" ,
100
+ "options" : {
101
+ "tsConfig" : [
102
+ " projects/ngx-restangular/tsconfig.lib.json" ,
103
+ " projects/ngx-restangular/tsconfig.spec.json"
104
+ ],
105
+ "exclude" : [
106
+ " **/node_modules/**"
107
+ ]
108
+ }
109
+ }
110
+ }
71
111
}
72
112
},
73
113
"defaultProject" : " ngx-restangular Demo App" ,
You can’t perform that action at this time.
0 commit comments