laravel / jetstream

Tailwind scaffolding for the Laravel framework.

Home Page:https://jetstream.laravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enabling TypeScript Compatibility in Jetstream

ljsharp opened this issue · comments

Adding TypeScript to my Jetstream Laravel project by hand takes up a ton of time. I've read some guides on how to do it, but when I try to make it ready for production, I keep running into errors. It'd be fantastic if TypeScript were included, or at least an option, when starting a new project, similar to how Laravel Breeze does it. Thanks!

We currently have no plans for typescript in Jetstream sorry.

Alright I hear. Thanks

Adding TypeScript to my Jetstream Laravel project by hand takes up a ton of time. I've read some guides on how to do it, but when I try to make it ready for production, I keep running into errors. It'd be fantastic if TypeScript were included, or at least an option, when starting a new project, similar to how Laravel Breeze does it. Thanks!

I found it helpful, to create a sample breeze project with typescript and vue, and then taking this as a template. this is very easy. Because you can just copy paste things like types etc, or the typescript config.