Skip to content

Type Script Error checking breaks down after doing builds in Android Studio #16993

Discussion options

You must be logged in to vote

Hi,

You should add an exclude option to your /tsconfig.json file, starting with (and adding whatever else you feel necessary):

{
   //...
   "exclude": [
      "./dist",
      "./.quasar",
      "./node_modules",
      "./src-capacitor",
      "./src-cordova",
      "./quasar.config.*.temporary.compiled*"
    ]
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rstoenescu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants