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:
authorJohannes Rieken <johannes.rieken@gmail.com>2019-02-08 18:26:39 +0300
committerJohannes Rieken <johannes.rieken@gmail.com>2019-02-08 18:26:39 +0300
commit153a897c06a9cb0355c6b637d7bb9c5c8e4cf143 (patch)
tree5f50a59490777bd9527b91c622af49ebbbd7b6a9 /src/tsconfig.json
parent8bd8c6f688af008ecfea1d563d38760cbb923ea2 (diff)
avoid tsconfig-warning and just copy `lib.webworker.importscripts.d.ts`
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index 2458f614ce1..72ae60789f9 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -9,8 +9,7 @@
"lib": [
"dom",
"es5",
- "es2015.iterable",
- "webworker.importscripts"
+ "es2015.iterable"
]
},
"include": [