From ffed2469ea3c6f78de6c66cee65429cd7b9ca6f4 Mon Sep 17 00:00:00 2001 From: Nathan Ward Date: Sun, 21 Jul 2019 18:07:20 -0400 Subject: [PATCH] Disaabled fullTemplateTypeCheck in tsconfig-aot.json to fix prod build due to aws amplify package issue. See https://github.com/aws-amplify/amplify-js/issues/3620 --- tsconfig-aot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig-aot.json b/tsconfig-aot.json index 6d8248e..711824e 100755 --- a/tsconfig-aot.json +++ b/tsconfig-aot.json @@ -22,7 +22,7 @@ "angularCompilerOptions": { "genDir": "target/classes/aot", "skipMetadataEmit": true, - "fullTemplateTypeCheck": true, + "fullTemplateTypeCheck": false, "preserveWhitespaces": true } }