From 105d44067f7f5c6d37a812abf816d0f0e3efe8ec Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Fri, 21 Aug 2020 08:45:26 +0300 Subject: [PATCH] chore: add build property with options property to schematics package config --- npm/ng-packs/angular.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/npm/ng-packs/angular.json b/npm/ng-packs/angular.json index 916dea8457..0f1ca59f48 100644 --- a/npm/ng-packs/angular.json +++ b/npm/ng-packs/angular.json @@ -372,6 +372,12 @@ "sourceRoot": "packages/schematics/src", "prefix": "abp", "architect": { + "build": { + "options": { + "tsConfig": "packages/schematics/tsconfig.lib.json", + "project": "packages/schematics/ng-package.json" + } + }, "test": { "builder": "@angular-builders/jest:run", "options": {