Browse Source

chore: exclude `dist` from vscode intellisense

tophf 3 năm trước cách đây
mục cha
commit
fe84b44471
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jsconfig.json

+ 1 - 1
jsconfig.json

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