Closed silvioprog closed 3 years ago
Fixed. It was a problem in my npm
. 🤦♂️ Sorry for noising!
Hi , can you share , how do you fixed this problem ? It seems I ran in to nearly the same situation like you are..
TS7016: Could not find a declaration file for module '@inertiajs/inertia-svelte'. 'D:\nodejs\adonis\adonisvelnertia\node_modules\@inertiajs\inertia-svelte\src\index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/inertiajs__inertia-svelte` if it exists or add a new declaration (.d.ts) file containing `declare module '@inertiajs/inertia-svelte';
Hi.
Thanks for this great project!
So, when use it the project in a Sapper application, the builder emits the following warning:
So, it would be nice to provide an
index.d.ts
for thesvelte-persistent-store
project.cheers