Skip to content

Commit ebe0adb

Browse files
committed
Change build target to ES2018 to support node v12
1 parent 9c2a918 commit ebe0adb

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
@@ -1,7 +1,7 @@
11
{
22
"extends": "./configs/tsconfig.json",
33
"compilerOptions": {
4-
"target": "ES2020",
4+
"target": "ES2018",
55
"lib": ["ES2020"],
66
"module": "CommonJS",
77
"allowJs": false

0 commit comments

Comments
 (0)