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?
Asked
Active
Viewed 469 times
3
-
1I've been using `ES2021` as a target of my project with no worries. – Micael Levi Apr 06 '22 at 16:07