Seems like there is a bug in latest depcheck where if a package is used in the source code only for type imports AND the types are not part of the package (the DefinitelyTyped @types/<name> package is installed instead), depcheck will only register that the types package is used (which is kinda true, but not how the import looks in the code)
We should see if we can resolve this somehow