Skip to content

Commit

Permalink
fix(tsconfig): trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
yashanand1910 authored and sinedied committed Nov 29, 2021
1 parent 634b1ff commit 7847733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/app/templates/_tsconfig.json
Expand Up @@ -43,10 +43,10 @@
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"preserveWhitespaces": true,
<% if (props.strict) { -%>
"strictInputAccessModifiers": true,
"strictTemplates": true
"strictTemplates": true,
<% } -%>
"preserveWhitespaces": true
}
}

0 comments on commit 7847733

Please sign in to comment.