Skip to content

Commit d9fb145

Browse files
committed
expose Promise#finally to standalone editor, microsoft#67027
1 parent 6b7808f commit d9fb145

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tsconfig.monaco.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"./typings/require-monaco.d.ts",
2020
"typings/thenable.d.ts",
2121
"typings/es6-promise.d.ts",
22+
"typings/lib.es2018.promise.d.ts",
2223
"typings/lib.array-ext.d.ts",
2324
"typings/lib.ie11_safe_es6.d.ts",
2425
"vs/css.d.ts",
@@ -35,4 +36,4 @@
3536
"exclude": [
3637
"node_modules/*"
3738
]
38-
}
39+
}

0 commit comments

Comments
 (0)