Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Imms <daimms@microsoft.com>2019-09-03 21:28:38 +0300
committerDaniel Imms <daimms@microsoft.com>2019-09-03 21:28:38 +0300
commit1de69415070dad9722cb60dcd5f521f61bec52e9 (patch)
tree66b00cfd08708a67e61e0589b5b0fb0b44e1770d /src/tsconfig.json
parent730f47da21d26733734b9d3d1d361638379d9404 (diff)
Move xterm type customizations into contrib/terminal
Part of #80074
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index dcff5cff53f..8917d57336d 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -24,6 +24,9 @@
"./vs"
],
"exclude": [
- "./typings/require-monaco.d.ts"
+ "./typings/require-monaco.d.ts",
+ "./typings/xterm.d.ts",
+ "./typings/xterm-addon-search.d.ts",
+ "./typings/xterm-addon-web-links.d.ts"
]
}