Currently, I'm using Vue with Vue Single File Components (SFC) and TypeScript in vscode. However, I've noticed that the types I create in a .d.ts file are not being applied or updated in my .vue files. It's only when I reload the window that the changes take effect. This means I have to constantly reload vscode after making changes to my .d.ts file.
Does anyone have a solution to this issue?
Thank you.