|
|
|
|
|
by vunderba
453 days ago
|
|
Related but I decided to try out Claude Code and one of the first things I noticed is that it didn't seem to be checking for basic transpilation errors (this was in a Typescript project). I added the following bit to the CLAUDE.md file (which is the equivalent of the assistant's LLM guidelines): - `npm run build` - Run TypeScript compilation + Vite build. You should periodically run this to check for errors.
And it made a pretty significant difference when "autotake suggestions" was on. |
|