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
plugin used afteremit hook, while ts type interface files and import type will be deleted during webpack compiler.
Can we do sth to preserve these ts type files, and delete them after detecting unusedFiles?
import type {abc} from 'types/Edit.ts'
Edit.ts still in used, but output as unusedFiles.
The text was updated successfully, but these errors were encountered: