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
{{ message }}
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
In a project that I am working on, we have strict typescript rules enabled and every imported type must be a import type { Type } from 'module' type of import. Otherwise it triggers an error:
In a project that I am working on, we have strict typescript rules enabled and every imported type must be a
import type { Type } from 'module'
type of import. Otherwise it triggers an error:The correct code generated here should be:
The text was updated successfully, but these errors were encountered: