This repository was archived by the owner on Mar 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed
Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 164164 }
165165 }
166166 },
167- "angular-calendar" : {
168- "projectType" : " library" ,
169- "root" : " projects/angular-calendar" ,
170- "sourceRoot" : " projects/angular-calendar/src" ,
171- "prefix" : " lib" ,
172- "architect" : {
173- "build" : {
174- "builder" : " @angular-devkit/build-ng-packagr:build" ,
175- "options" : {
176- "tsConfig" : " projects/angular-calendar/tsconfig.lib.json" ,
177- "project" : " projects/angular-calendar/ng-package.json"
178- },
179- "configurations" : {
180- "production" : {
181- "tsConfig" : " projects/angular-calendar/tsconfig.lib.prod.json"
182- }
183- }
184- },
185- "test" : {
186- "builder" : " @angular-devkit/build-angular:karma" ,
187- "options" : {
188- "main" : " projects/angular-calendar/src/test.ts" ,
189- "tsConfig" : " projects/angular-calendar/tsconfig.spec.json" ,
190- "karmaConfig" : " projects/angular-calendar/karma.conf.js"
191- }
192- },
193- "lint" : {
194- "builder" : " @angular-devkit/build-angular:tslint" ,
195- "options" : {
196- "tsConfig" : [
197- " projects/angular-calendar/tsconfig.lib.json" ,
198- " projects/angular-calendar/tsconfig.spec.json"
199- ],
200- "exclude" : [
201- " **/node_modules/**"
202- ]
203- }
204- }
205- }
206- },
207167 "material-calendar" : {
208168 "projectType" : " library" ,
209169 "root" : " projects/material-calendar" ,
You can’t perform that action at this time.
0 commit comments