sveltejs / sapper-template

Starter template for Sapper apps
703 stars 215 forks source link

fix: show ts error when importing images (#290) #291

Closed woochanleee closed 3 years ago

woochanleee commented 3 years ago

Fixes https://github.com/sveltejs/sapper-template/issues/290

benmccann commented 3 years ago

Looks good to me. Thanks for this!

It looks like this is exactly what Vite does: https://github.com/vitejs/vite/blob/0006e89af419472a3c4c3f0f5328242aade2939a/packages/vite/client.d.ts#L108-L109

They have a bit more extensive list