Skip to content

Incorrect type checking after adding iOS and Android Apps #647

Open
@Indekkusu545

Description

@Indekkusu545

🐛 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions