Open
Description
🐛 The bug
After adding iOS and Android Apps, the module will not add the android folder and the ios folder to the exclude paths in tsconfig generated by nuxt. This causes TypeScript to index the built code and return incorrect inspection results.
Sample: Use $fetch<SomeType>()
in a vue file, and TypeScript will report $fetch cannot accept SomeType.
🛠️ To reproduce
🌈 Expected behaviour
Will add ../ios
and ../android
to the exclude paths in tsconfig generated by nuxt.
ℹ️ Additional context
No response