fastify / fastify-dx

Archived
901 stars 42 forks source link

feat: provide typing #52

Open HigherOrderLogic opened 1 year ago

HigherOrderLogic commented 1 year ago

Prerequisites

🚀 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.

brandonxiang commented 1 year ago

any update?