Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): add flag to tsc to ignore warnings
tsc will throw errors that are reported by warnings as eslint. To ignore all errors except critical ones, I added the --noCheck flag. More context here: microsoft/TypeScript#29651
- Loading branch information