Skip to content

feat: generate tsconfig.json when not using nuxt/cli#889

Merged
danielroe merged 1 commit intomainfrom
feat/tsconfig-without-nuxi
Sep 5, 2023
Merged

feat: generate tsconfig.json when not using nuxt/cli#889
danielroe merged 1 commit intomainfrom
feat/tsconfig-without-nuxi

Conversation

@wattanx
Copy link
Copy Markdown
Collaborator

@wattanx wattanx commented Aug 26, 2023

🔗 Linked issue

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

.nuxt/tsconfig.json is only generated for the nuxi command.
Composables such as useNuxtApp can be used without migrating to the nuxi command.
I want to use .nuxt/tsconfig.json even when using such composables without using the nuxi command, so that I can generate it.
(I want to reduce the pain of setting up my own aliases such as #imports.)

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@wattanx wattanx requested a review from danielroe August 31, 2023 08:26
@danielroe danielroe changed the title feat: support for generation of tsconfig by nuxt command feat: generate tsconfig.json when not using nuxt/cli Sep 5, 2023
@danielroe danielroe merged commit 5c5bc70 into main Sep 5, 2023
@danielroe danielroe deleted the feat/tsconfig-without-nuxi branch September 5, 2023 15:20
@danielroe danielroe mentioned this pull request Oct 2, 2023
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