You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the migration to Angualr 10, the value of my tsconfig.base.json module looks like esnext. For a newly created project, I found out that the option is set as es2020 due to #17637. Is it worth setting es2020 for an existing project?
The text was updated successfully, but these errors were encountered:
After the migration to Angualr 10, the value of my tsconfig.base.json module looks like
esnext
. For a newly created project, I found out that the option is set ases2020
due to #17637. Is it worth settinges2020
for an existing project?The text was updated successfully, but these errors were encountered: