-
-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
bugSomething isn't workingSomething isn't working
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working