You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: