Any community insights on tips for prompting AI when building out client side components using typescript?
An issue I see that comes up often (at least with using gpt when "vibe coding") is my build constantly breaking with minor things such as usage of "any" or "unknown" being applied although when I prompt I'll include typescript interfaces.
Anyone else come across this? Looking for tips that'll help me save some time when finishing a feature but having to go back in several components and fix linting/typescript issues