From e3e7c67030e479bf041e8b9c4d96a16c478e35b8 Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 20 Oct 2017 08:50:23 -0500 Subject: [PATCH] fix(build): Remove ngsummary files from published build (#180) --- .gitignore | 1 + tsconfig.dist.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 219851d..e6f61af 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ __build__/** release .ngc *.ngfactory.ts +*.ngsummary.json \ No newline at end of file diff --git a/tsconfig.dist.json b/tsconfig.dist.json index 8928ccd..5736d34 100644 --- a/tsconfig.dist.json +++ b/tsconfig.dist.json @@ -20,7 +20,6 @@ "index.ts" ], "angularCompilerOptions": { - "strictMetadataEmit": true, - "genDir": "./release" + "strictMetadataEmit": true } }