Skip to content

Commit

Permalink
chore: Print diagnostics on type validation
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Nov 6, 2024
1 parent 68ec8ba commit be40944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/generator-typescript/templates/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ _%>
"removeComments": false,
"inlineSourceMap": false,
"inlineSources": false,
"newLine": "LF"
"newLine": "LF",
// Show diagnostics
"diagnostics": true
},
"include": <%- JSON.stringify(includes) %>
}

0 comments on commit be40944

Please sign in to comment.