'Is NestJS compatible with es2020 typescript?

when building a skeleton NestJS app, it sets es2017 in tsconfig. When trying to change it to es2020, it seems to work but hard to say without testing everything. I was unable to find any insights online. Are there any known issues with es2020 typescript and NestJS?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source