Skip to content

Commit 19a5f46

Browse files
committed
coordinator target should be es2020 as well
1 parent 8db0be8 commit 19a5f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/coordinator/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": "es2018",
3+
"target": "es2020",
44
"module": "commonjs",
55
"esModuleInterop": true,
66
"resolveJsonModule": true,

0 commit comments

Comments
 (0)