Skip to content

Commit c27af4f

Browse files
committed
Remove thenable from more places
1 parent 90bf20d commit c27af4f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

addons/addon-progress/src/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"removeComments": true,
1313
"strict": true,
1414
"types": [
15-
"../../../node_modules/@types/mocha",
16-
"../../../src/vs/typings/thenable"
15+
"../../../node_modules/@types/mocha"
1716
],
1817
"paths": {
1918
"browser/*": [

addons/addon-webgl/src/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"downlevelIteration": true,
3030
"experimentalDecorators": true,
3131
"types": [
32-
"../../../node_modules/@types/mocha",
33-
"../../../src/vs/typings/thenable"
32+
"../../../node_modules/@types/mocha"
3433
]
3534
},
3635
"include": [

0 commit comments

Comments
 (0)