Skip to content

Commit 4aad5c4

Browse files
authored
Update tsconfig.json touse ES2021 (#337)
Node16+ allows usage of ES2021 features, and frankly ES2015 is very old now.
1 parent eb2c25d commit 4aad5c4

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
@@ -8,7 +8,7 @@
88
"newLine": "LF",
99
"noImplicitReturns": true,
1010
"noUnusedLocals": true,
11-
"target": "es2015",
11+
"target": "es2021",
1212
"noImplicitAny": true,
1313
"sourceMap": true,
1414
"strictNullChecks": true,

0 commit comments

Comments
 (0)