Skip to content

Commit 2e06d81

Browse files
authored
Restore target in tsconfig.json (#1721)
1 parent 74dc30b commit 2e06d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"outDir": "node_package/lib",
1212
"strict": true,
1313
"incremental": true,
14-
"target": "es5",
14+
"target": "es2020",
1515
"typeRoots": ["./node_modules/@types", "./node_package/types"]
1616
},
1717
"include": ["node_package/src/**/*", "node_package/types/**/*"]

0 commit comments

Comments
 (0)