Skip to content

Commit

Permalink
Disaabled fullTemplateTypeCheck in tsconfig-aot.json to fix prod buil…
Browse files Browse the repository at this point in the history
…d due to aws amplify package issue. See aws-amplify/amplify-js#3620
  • Loading branch information
nward1234 committed Jul 21, 2019
1 parent 009beca commit ffed246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig-aot.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"angularCompilerOptions": {
"genDir": "target/classes/aot",
"skipMetadataEmit": true,
"fullTemplateTypeCheck": true,
"fullTemplateTypeCheck": false,
"preserveWhitespaces": true
}
}

0 comments on commit ffed246

Please sign in to comment.