Open matthijsch opened 1 year ago
What is your nuxi version? Since nuxt 3.7 nuxi is no longer updated with nuxt. 3.7 Changelog
What is your nuxi version? Since nuxt 3.7 nuxi is no longer updated with nuxt. 3.7 Changelog
3.8.4
@matthijsch Have you tried with nuxi 3.9?
Yes, the same problem applies for nuxi 3.9
Environment
Build Modules: @nuxtjs/style-resources@1.2.1, @nuxtjs/gtm
Reproduction
Run
nuxi prepare
in Nuxt 3.7.3 and notice that ./nuxt/tsconfig.json is lackingDescribe 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