cli icon indicating copy to clipboard operation
cli copied to clipboard

nuxi prepare does not generate tsconfig.json

Open matthijsch opened this issue 2 years ago • 4 comments

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

matthijsch avatar Sep 20 '23 10:09 matthijsch

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

MrEraxd avatar Sep 20 '23 21:09 MrEraxd

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

3.8.4

matthijsch avatar Sep 21 '23 07:09 matthijsch

@matthijsch Have you tried with nuxi 3.9?

MrEraxd avatar Sep 23 '23 13:09 MrEraxd

Yes, the same problem applies for nuxi 3.9

matthijsch avatar Sep 25 '23 19:09 matthijsch