Eslint does not see the import error, how can I fix it?

I’m sorry for the broken English.
I use quasar using typescript code inside the file .vue (vue 3). I created the interface and imported it import { ICut, ICutMasterItem } from '@/models/cut/cut';, after which if I delete the interface ICut from the file, the project will still assemble and only the IDE will give an error, how to make the project not assemble.
enter image description here
enter image description here

I tried to find the necessary eslint rules and connected different plugins, but I didn’t work out any of them