We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bf20d commit c27af4fCopy full SHA for c27af4f
addons/addon-progress/src/tsconfig.json
@@ -12,8 +12,7 @@
12
"removeComments": true,
13
"strict": true,
14
"types": [
15
- "../../../node_modules/@types/mocha",
16
- "../../../src/vs/typings/thenable"
+ "../../../node_modules/@types/mocha"
17
],
18
"paths": {
19
"browser/*": [
addons/addon-webgl/src/tsconfig.json
@@ -29,8 +29,7 @@
29
"downlevelIteration": true,
30
"experimentalDecorators": true,
31
32
33
34
]
35
},
36
"include": [
0 commit comments