Skip to content

Commit 9b10069

Browse files
committed
Set target to es2020
1 parent dfd79d8 commit 9b10069

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"moduleResolution": "node",
5-
"target": "es6",
5+
"target": "es2020",
66
/* Strict Type-Checking Options */
77
"strict": true,
88
/* Additional Checks */

0 commit comments

Comments
 (0)