Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nuxt): change tsconfig path on server part #28864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yvalentin
Copy link

Current Behavior

On a new workspace with nuxt preset (npx create-nx-workspace@latest --preset=nuxt), a tsconfig.json file is create on the nuxt server side directory (path: apps/nuxt-test/src/server/tsconfig.json). The file extends the building nuxt server tsconfig file (path: apps/nuxt-test/.nuxt/tsconfig.server.json) with the following value :

{
  "extends": "../.nuxt/tsconfig.server.json"
}

Expected Behavior

This tconfig.json file generate need to extends the tsconfig.server.json with the good path

Fixes #

The correct value is

{
  "extends": "../../.nuxt/tsconfig.server.json"
}

@yvalentin yvalentin requested a review from a team as a code owner November 9, 2024 20:20
Copy link

vercel bot commented Nov 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Nov 9, 2024 8:23pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants