Is anyone familiar with how to resolve this tsconfig error?
The flag 'importsNotUsedAsValues' is outdated and will no longer work in TypeScript 5.5. To address this error, use 'ignoreDeprecations: "5.0"' or switch to using 'verbatimModuleSyntax' instead.
I'm working with vscode and recently set up a new Vue project instance using Vite
Should I simply ignore this error or is there a specific solution for editing the tsconfig file?