fastify / fastify-vite

Fastify plugin for Vite integration.
MIT License
849 stars 71 forks source link

feat: add TypeScript declaration file #118

Closed jens-ox closed 10 months ago

jens-ox commented 10 months ago

Hi everyone!

Thanks for this great plugin ☺️

I added a type declaration file and tried to stick to the same style as used in @fastify/static. For the linting to work I also adapted the ESLint configuration (uses the same as fastify-static).

galvez commented 10 months ago

Thank you so much — this is definitely going into the next release.