exclude the generated server folder from the npm scripts

This commit is contained in:
Erich Gamma 2018-05-17 10:38:34 +02:00
Родитель fb18cbbcf5
Коммит e146eed9c1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -13,5 +13,6 @@
"settings": {
"editor.formatOnSave": false,
"npm.enableScriptExplorer": true,
"npm.exclude": "**/tslint/server/**"
}
}