Problem: tsc-files is failing when called through husky hooks, unless custom.d.ts is included in the changed files, so my previous "fix" only worked once, for me, when committing that PR, but we started seeing the dang error again locally.
I verified that I can change things in typescript files now without tsc-files blowing up when called from husky hooks.
Problem: tsc-files is failing when called through husky hooks, unless custom.d.ts is included in the changed files, so my previous "fix" only worked once, for me, when committing that PR, but we started seeing the dang error again locally.
I verified that I can change things in typescript files now without tsc-files blowing up when called from husky hooks.
Reference: https://github.com/lint-staged/lint-staged/issues/825