You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
🐛 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
The text was updated successfully, but these errors were encountered: