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
@ppcano, would you consider declaring a module and defining custom types, instead of relying on @ts-ignore? Since TypeScript doesn't currently support these imports, I believe it would be beneficial to explicitly provide relevant types in order to fully leverage the benefits of a TypeScript-based implementation.
It is not supported in TypeScript yet - Add support for URI style import.
You need to use
ts-ignore
to skip the compiler error.The text was updated successfully, but these errors were encountered: