Skip to content

Commit 6333e84

Browse files
committed
build: support node 12 by targeting ES2019
1 parent 97ab8a3 commit 6333e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"inlineSources": false,
1818
"preserveSymlinks": true,
1919
"removeComments": false,
20-
"lib": ["ES2020"],
21-
"target": "ES2020",
20+
"lib": ["ES2019"],
21+
"target": "ES2019",
2222
"allowJs": true,
2323
"esModuleInterop": true,
2424
"module": "EsNext",

0 commit comments

Comments
 (0)