vscode complains about auto imports
there is a
where
utils/index.ts in my project, i know it would be auto imported into my vue components and it works fine, but the vscode would complain about it like this:where
toLocal is the helper function in the utils/index.ts file, how can i fix this?