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
I mean that add typescript declaration file (.d.ts) that typescript can realize the type of members, type of parameters and return value of every functions in every classes, etc.
If we import a js package into a typescript project that without typescript declaration file, it will occurred TS7016 error Could not find a declaration file for module.
Is there any plan about TypeScript support?
The text was updated successfully, but these errors were encountered: