"Cannot write file '...' because it would overwrite input file" error in tsconfig.json
Hello.
I created a Nuxt app with
I went ahead to add a simple route in the server and a page in the client.
This runs fine with
I tried removing the
I created a Nuxt app with
bunx nuxi@latest init www-nuxt. I added t3-env/nuxt and then I added TailwindCSS following their Nuxt guide.I went ahead to add a simple route in the server and a page in the client.
This runs fine with
bun dev, however, I keep getting an error in server/tsconfig.json: Cannot write file '/home/shig07770/Programming/ts-devkit/projects/www-nuxt/tailwind.config.js' because it would overwrite input file.ts. However, this file only contains:I tried removing the
.nuxt directory and then regenerating the files with bun dev but the error is still there. This is also not a VS Code issue because it didn't go away when I reloaded the window.