Skip to content

Commit

Permalink
Merge pull request #1415 from MrChocolatine/patch-1
Browse files Browse the repository at this point in the history
chore: update option `noEmitOnError` to `true`
  • Loading branch information
dfreeman committed Mar 19, 2021
2 parents a27239e + a13ff90 commit 22abe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint-files/ember-cli-typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noEmitOnError": false,
"noEmitOnError": true,
"noEmit": true,
"inlineSourceMap": true,
"inlineSources": true,
Expand Down

0 comments on commit 22abe75

Please sign in to comment.