Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4e9f7e

Browse files
author
Matt Bierner
committed
Bump target to es2019 in extensions
This should be a safe target for our current node version and for web
1 parent b0afada commit a4e9f7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es2018",
3+
"target": "es2019",
44
"lib": [
5-
"es2018"
5+
"es2019"
66
],
77
"module": "commonjs",
88
"strict": true,

0 commit comments

Comments
 (0)