Skip to content

Commit

Permalink
Add noEmitOnError: true
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Mar 8, 2022
1 parent cec7044 commit 0ccb400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"jsx": "react",
"lib": ["dom", "es2020"],
"moduleResolution": "node",
"noEmitOnError": true,
"outDir": "tsout",
"rootDir": ".",
"sourceMap": true,
Expand Down

0 comments on commit 0ccb400

Please sign in to comment.