fastify-dx
fastify-dx copied to clipboard
feat: provide typing
trafficstars
Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
Provide typing for all packages in this repo
Motivation
Currently, all packages in this repo doesn't provide typing and us developers would have to use @ts-expect-error and @ts-ignore to supress errors, which is very annoying.
Example
Inside vite.config.ts.
any update?