cli
cli copied to clipboard
nuxi prepare does not generate tsconfig.json
Environment
- Operating System: Darwin
- Node Version: v18.12.1
- Nuxt Version: 3.7.3
- CLI Version: 3.8.4
- Nitro Version: 2.6.3
- Package Manager: [email protected]
- Builder: -
- User Config: srcDir, app, router, hooks, css, plugins, components, buildModules, modules, i18n, build, nitro, vite, runtimeConfig, image, robots
- Runtime Modules: @nuxtjs/[email protected], @pinia/[email protected], @nuxt/[email protected], [email protected], @nuxtjs/[email protected], @zadigetvoltaire/[email protected]
- Build Modules: @nuxtjs/[email protected], @nuxtjs/gtm
Reproduction
Run nuxi prepare in Nuxt 3.7.3 and notice that ./nuxt/tsconfig.json is lacking
Describe the bug
When running test suites or linters previously this can be ran by using nuxi prepare. This way ./nuxt/tsconfig.json was created ( see https://github.com/nuxt/nuxt/issues/12771#issuecomment-1397234365 ) which the App tsconfig.json is extending. Currently nuxi prepare does not create tsconfig.json anymore which causes tests and linters to fail
Additional context
No response
Logs
No response
What is your nuxi version? Since nuxt 3.7 nuxi is no longer updated with nuxt. 3.7 Changelog
@matthijsch Have you tried with nuxi 3.9?
Yes, the same problem applies for nuxi 3.9