Reagan M
Reagan M
NNuxt
Created by 🌺🇫🇷 Shigu :3 🌺 on 4/24/2024 in #❓・help
"Cannot write file '...' because it would overwrite input file" error in tsconfig.json
In my case it's the Eslint with .mjs suffix that is causing the issue. And I don't think it is recommended to change the .mjs to .ts(unsure) so as a temporary solution, I had to exclude it in the ~server/tsconfig.json like this.
{
"extends": "../.nuxt/tsconfig.server.json",
"exclude": ["../eslint.config.mjs"]
}
{
"extends": "../.nuxt/tsconfig.server.json",
"exclude": ["../eslint.config.mjs"]
}
In your case, I think the reason for that is the tailwind.config.js Try changing it to.ts
6 replies
NNuxt
Created by 🌺🇫🇷 Shigu :3 🌺 on 4/24/2024 in #❓・help
"Cannot write file '...' because it would overwrite input file" error in tsconfig.json
Hi @🌺🇫🇷 Shigu :3 🌺 , have you found the solution?
6 replies