Ziggy version
2.5.2
Laravel version
12
Description
I generate my routes and types. When I import the routes config in typescript the TS service throws an error:
Module "@/lib/ziggy" has no exported member Ziggy
It makes sense because the ziggy.d.ts doesn't export anything except export {}; (to make it a module).
Ziggy call and context
Ziggy configuration
Route definition
Ziggy version
2.5.2
Laravel version
12
Description
I generate my routes and types. When I import the routes config in typescript the TS service throws an error:
It makes sense because the
ziggy.d.tsdoesn't export anything exceptexport {};(to make it a module).Ziggy call and context
Ziggy configuration
Route definition