I've recently started working on a project with Next.js v12 alongside a few colleagues. While I primarily use Windows, I decided to switch to Ubuntu via WSL a few days ago. However, when running npm run dev, I encountered import errors that were not present when using Windows. Previously, I used vscode for all importing tasks, but now I'm using neovim. Is there a way to ignore case errors in imports or is there a workaround to fix all the case errors?
I attempted to search for any configuration options, but couldn't find any. This is the first time I've come across such an issue.