#Is it possible to use Wayfinder in project without TS?
7 messages · Page 1 of 1 (latest)
why would you need wayfinder if youre not using TS
To get editor completions I imagine.
Assuming you're using Vite, that does support importing TS files, where it would only transpile the TS file to JS. So I guess Wayfinder would "work". But you're likely going to lose 90% of what Wayfinder can do and is helpful for. https://vite.dev/guide/features.html#typescript
Anyway, best way to find out is to try
It didn't work for me, but I didn't know if it was a misconfiguration or a missing TS.
Can't really help or guide with "didn't work"
Yeah, sorry. I will just convert my small app to TS. 🙂