Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit c2af06a

Browse files
committed
Set target ES2020
1 parent 6cb60b8 commit c2af06a

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,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2015",
3+
"target": "ES2020",
44
"moduleResolution": "Node",
55
"rootDir": ".",
66
"strict": true,

0 commit comments

Comments
 (0)