nuxt / cli

⚡️ Nuxt Generation CLI Experience.
https://github.com/nuxt/cli/discussions/3
MIT License
258 stars 61 forks source link

nuxi prepare does not generate tsconfig.json #211

Open matthijsch opened 1 year ago

matthijsch commented 1 year ago

Environment


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

MrEraxd commented 1 year ago

What is your nuxi version? Since nuxt 3.7 nuxi is no longer updated with nuxt. 3.7 Changelog

matthijsch commented 1 year ago

What is your nuxi version? Since nuxt 3.7 nuxi is no longer updated with nuxt. 3.7 Changelog

3.8.4

MrEraxd commented 1 year ago

@matthijsch Have you tried with nuxi 3.9?

matthijsch commented 1 year ago

Yes, the same problem applies for nuxi 3.9