From 6b9d72f4a2bef7bbff7251c41af2348e1c0952ed Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 18 Dec 2018 22:10:50 -0500 Subject: [PATCH] ignore password generator components --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index b9b92f32..d4077afb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -46,6 +46,8 @@ "jslib/src/abstractions/passwordGeneration.service.ts", "jslib/src/angular/components/export.component.ts", "jslib/src/angular/components/register.component.ts", + "jslib/src/angular/components/password-generator.component.ts", + "jslib/src/angular/components/password-generator-history.component.ts", "jslib/src/angular/pipes/color-password.pipe.ts", "jslib/src/importers", "dist",