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 type definition files output assignment which is not legal in definitions files. TypeScript definition files (*.d.ts) only declare types and do not assign values. It is a subtle difference, but the = should be changed to : and the as const removed.
🐛 Bug Report
The type definition files output assignment which is not legal in definitions files. TypeScript definition files (
*.d.ts
) only declare types and do not assign values. It is a subtle difference, but the=
should be changed to:
and theas const
removed.Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: