Question

Do I need TypeScript for a small v0 project?

Solved · 12 views · asked by yuki_builds · edited

v0 gives me TypeScript. It shows red squiggles I don't understand.

What I’ve tried

Considered switching to plain JS.

Comment

1 answer

Marked as helpful by the asker
dev_ana · edited

Keep it. Those squiggles are the AI's mistakes, caught before your users find them. Ask v0: 'Fix the TypeScript errors in this file without using any.' It can. Switching to JS turns the same mistakes into runtime crashes you find later.

Comment