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
I'm getting into a similar problem, seems to happen while compiling to target above 'es6' when using some language features such as spread operator, null coalescing operator, and other stuff above es6, which seems that those stuff cannot be parsed by tspath
I am getting the following error:
My
tsconfig.json
:My only
.ts
file in/src
Step to reproduce:
Why the pareser is not understanfing the syntax "..."? Is there any configuration I am missing?
The text was updated successfully, but these errors were encountered: