-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On tsc --build
, implicit any type issue when it's not supposed to
#1750
Comments
💎 $75 bounty • TypebotSteps to solve:
Thank you for contributing to baptisteArno/typebot.io! Add a bounty • Share on socials
|
/attempt #1750
|
Interesting! I would like to reproduce this first before an attempt |
@baptisteArno can you help with this error |
Oh right, you need to run |
/attempt #1750
|
Note The user @syedbarimanjan is already attempting to complete issue #1750 and claim the bounty. We recommend checking in on @syedbarimanjan's progress, and potentially collaborating, before starting a new solution. |
Removing the bounty for this, I decided to not use project references in the end 🙏 Thank you for attempting this |
Describe the bug
I am currently refactoring the monorepo to use typescript project references to have a better IDE Intellisense experience.
I am almost done but there is still an issue remaining when running
pnpm tsc --build
It shows
packages/logic/computeResultTranscript.ts:213:10 - error TS7006: Parameter 'item' implicitly has an 'any' type.
But when checking on any IDE, there is no issue, the type is inferred correctly so I don't know what's going on
To Reproduce
Steps to reproduce the behavior:
refacto/ts-project-references
branchpnpm install
pnpm turbo db:generate
pnpm tsc --build
I need help from a Typescript wizard 🙏
The text was updated successfully, but these errors were encountered: