Просмотр исходного кода

chore: exclude `dist` from vscode intellisense

tophf 3 лет назад
Родитель
Сommit
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"]
 }