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-07-10 14:29:40 +0300
committerJohannes Rieken <johannes.rieken@gmail.com>2019-07-10 14:30:47 +0300
commit65ca26af5a415396feb60a7d0895798ea48211bc (patch)
treed0fe4a993424ade2b23ce10d321b614ddbf1e43d /src/tsconfig.json
parentcbe50c977c5ee9237dee9382187049c3a3d56016 (diff)
use webworker lib
Diffstat (limited to 'src/tsconfig.json')
-rw-r--r--src/tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tsconfig.json b/src/tsconfig.json
index 25a1f449cc9..7fbb44c3ec5 100644
--- a/src/tsconfig.json
+++ b/src/tsconfig.json
@@ -9,7 +9,8 @@
"lib": [
"dom",
"es5",
- "es2015.iterable"
+ "es2015.iterable",
+ "webworker"
]
},
"include": [
@@ -19,4 +20,4 @@
"exclude": [
"./typings/require-monaco.d.ts"
]
-} \ No newline at end of file
+}