Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): enable TSC option "skipLibCheck"
Disable type checking of declaration files. Declaration files are typically shipped by our dependencies, we cannot apply our compiler checks (e.g. noImplicitAny) on them.
- Loading branch information