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
The code is already in TypeScript, so it would be nice to also generate and export the type definitions from the package (A d.ts file pointed by the types field in package.json). Should probably also include definitions for declare module '*.hns' and so on. e.g.
The code is already in TypeScript, so it would be nice to also generate and export the type definitions from the package (A d.ts file pointed by the
types
field in package.json). Should probably also include definitions fordeclare module '*.hns'
and so on. e.g.And it would probably help if the types exported for the plugin are actually complete, and not just
any
for everything.The text was updated successfully, but these errors were encountered: