SolidJS + Typescript
After trying to use solid with ts, I have found out that ts is still trying to use react for jsx. How can I fix this?
4 Replies
What tool did you use to build? Vite or something else? Bun?
tsc
use something that compiles solidjs tsx instead, like babel or esbuild (not really recommended) with solid plugin
ok, thanks