diff --git a/angular.json b/angular.json index 34d179f5..5e9368b3 100644 --- a/angular.json +++ b/angular.json @@ -97,7 +97,8 @@ "options": { "tsConfig": "tsconfig.json", "exclude": [ - "**/node_modules/**" + "**/node_modules/**", + "dist" ] } } diff --git a/tsconfig.json b/tsconfig.json index 47e2d56b..d0ef65d4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,9 @@ ], "allowJs": true }, + "exclude": [ + "dist/**" + ], "angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true