Skip to content

Commit 8ef2f78

Browse files
authored
Include lib (polyfills) for <es2020 targets
1 parent cf35667 commit 8ef2f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es6",
4+
"lib": ["es2020"],
45
"module": "commonjs",
56
"moduleResolution": "node",
67
"strict": true,

0 commit comments

Comments
 (0)