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
There exists TS2822 [ERROR]: Import assertions cannot be used with type-only imports or exports., so we shouldn't check assertions for type-only imports. denoland/deno#14913
The text was updated successfully, but these errors were encountered:
There exists
TS2822 [ERROR]: Import assertions cannot be used with type-only imports or exports.
, so we shouldn't check assertions for type-only imports. denoland/deno#14913The text was updated successfully, but these errors were encountered: