Remove windows-process-tree types if they get installed

These typings cause duplicate identifier errors on windows tsc builds
This commit is contained in:
Matt Bierner
2018-11-08 17:49:45 -08:00
parent e74aa5aa2e
commit cf4e17cd4b
2 changed files with 9 additions and 3 deletions

View File

@@ -701,7 +701,6 @@
"./vs/code/electron-browser/processExplorer/processExplorerMain.ts"
],
"exclude": [
"./typings/require-monaco.d.ts",
"./typings/windows-process-tree.d.ts"
"./typings/require-monaco.d.ts"
]
}