Skip to content

Commit c11b79a

Browse files
committed
Target as Node12
1 parent 7a5dd8a commit c11b79a

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
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
3+
"target": "ES2019",
44
"module": "CommonJS",
5-
"lib": ["ESNext"],
5+
"lib": ["ES2019"],
66
"moduleResolution": "Node",
77
"declaration": true,
88
"declarationMap": false,

0 commit comments

Comments
 (0)