Reagan M
"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.
In your case, I think the reason for that is the tailwind.config.js
Try changing it to.ts
6 replies