瀏覽代碼

chore: exclude `dist` from vscode intellisense

tophf 3 年之前
父節點
當前提交
fe84b44471
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jsconfig.json

+ 1 - 1
jsconfig.json

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