Skip to content

Commit

Permalink
tsconfig: add property to suppress tsconfig output
Browse files Browse the repository at this point in the history
- adds the `noEmit` property to the root `tsconfig.json` to disable
output errors from the file.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Jul 8, 2020
1 parent 9d86af3 commit 5db9c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
"compilerOptions": {
"allowJs": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"mv": [
Expand Down Expand Up @@ -164,4 +165,4 @@
]
}
}
}
}

0 comments on commit 5db9c31

Please sign in to comment.