You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pnpm dlx nuxi@latest init my-cool-nuxt-project the generated .nuxt/tsconfig.server.json has duplicate values in the compilerOptions/paths section. Specifically in "~/", "@/", "~~/", "@@/" the "../*" value is duplicated.
Steps to reproduce:
run pnpm dlx nuxi@latest init my-cool-nuxt-project
the .nuxt/tsconfig.server.json has duplicated values in compilerOptions/paths
The text was updated successfully, but these errors were encountered:
When running
pnpm dlx nuxi@latest init my-cool-nuxt-project
the generated.nuxt/tsconfig.server.json
has duplicate values in thecompilerOptions/paths
section. Specifically in "~/", "@/", "~~/", "@@/" the "../*" value is duplicated.Steps to reproduce:
pnpm dlx nuxi@latest init my-cool-nuxt-project
.nuxt/tsconfig.server.json
has duplicated values incompilerOptions/paths
The text was updated successfully, but these errors were encountered: