Skip to content

Commit 9326871

Browse files
authored
chore: bump to ES2021 target (#5009)
Our Node 16 target is compatible with ES2021 per TypeScript's [Node Target Mapping](https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping) and https://node.green/#ES2021.
1 parent 834e77c commit 9326871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"noUnusedLocals": true,
1010
"pretty": true,
1111
"strict": true,
12-
"target": "es2020",
12+
"target": "ES2021",
1313
"types": [],
1414
"lib": [
15-
"es2020"
15+
"ES2021"
1616
]
1717
}
1818
}

0 commit comments

Comments
 (0)