Browse Source

chore: exclude `dist` from vscode intellisense

tophf 3 years ago
parent
commit
fe84b44471
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jsconfig.json

+ 1 - 1
jsconfig.json

@@ -5,5 +5,5 @@
       "#/*": ["./src/*"]
     }
   },
-  "exclude": ["node_modules"]
+  "exclude": ["node_modules", "dist"]
 }