Skip to content

Commit 55f0031

Browse files
committed
Enable ES2018 Promise.prototype.finally.
Use local TypeScript version.
1 parent 40f37fd commit 55f0031

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules\\typescript\\lib"
3+
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"lib": [
2727
"dom",
2828
"es5",
29-
"es2015.promise"
29+
"es2015.promise",
30+
"es2018.promise"
3031
]
3132
},
3233
"exclude": [

0 commit comments

Comments
 (0)