tighten / ziggy

Use your Laravel routes in JavaScript.
MIT License
3.83k stars 247 forks source link

Allow for .ts routes file #717

Open Stnaire opened 6 months ago

Stnaire commented 6 months ago

Small changes to allow the generate command to output .ts files.

bakerkretzmar commented 5 months ago

Thanks! This makes sense but it needs a bit more work. Just thinking out loud, I'm happy to make these changes.

declare global {
    var Ziggy: Config;
}