8000 chore: use es2020 build target for ssr · rx-angular/rx-angular@ef2b497 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef2b497

Browse files
committed
chore: use es2020 build target for ssr
1 parent fff7bd0 commit ef2b497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ssr/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
}
1515
],
1616
"compilerOptions": {
17-
"target": "ES2022"
17+
"target": "ES2020"
1818
}
1919
}

0 commit comments

Comments
 (0)
0