Bug Description
I'm not sure if this is just another instance of #383 (failed to detect tsconfig, but is clearly there) or specific to monorepo projects, but I have a project with three packages, all of which have "strict": true in tsconfig.json, and project gets 0 for type annotations.
To Reproduce
Run agentready against https://github.com/podman-desktop/extension-bootc
Expected Behaviour
100 on type annotations, since all three packages have it.
(if I had 3 packages and only 2 had it, I would expect 67)
Actual Behaviour
0: tsconfig.json not found
Environment
Bug Description
I'm not sure if this is just another instance of #383 (failed to detect tsconfig, but is clearly there) or specific to monorepo projects, but I have a project with three packages, all of which have
"strict": truein tsconfig.json, and project gets 0 for type annotations.To Reproduce
Run agentready against https://github.com/podman-desktop/extension-bootc
Expected Behaviour
100 on type annotations, since all three packages have it.
(if I had 3 packages and only 2 had it, I would expect 67)
Actual Behaviour
0: tsconfig.json not found
Environment