typescript-formatter works fine with newer features, such as optional chaining. However this extension seems to fail at these tasks. I saw in your documentation that it should look for typescript in my project, however it does not appear to be doing so, and falling back to typescript 3.5 that is used for this extension, not even to the 3.8.3 vscode ships with, which would be a preferable alternative to 3.5.
I'm using lerna, which means my project folder has several node_modules folders, with typescript hoisted to the top level, not sure if that will have an effect.
typescript-formatter works fine with newer features, such as optional chaining. However this extension seems to fail at these tasks. I saw in your documentation that it should look for typescript in my project, however it does not appear to be doing so, and falling back to typescript 3.5 that is used for this extension, not even to the 3.8.3 vscode ships with, which would be a preferable alternative to 3.5.
I'm using lerna, which means my project folder has several node_modules folders, with typescript hoisted to the top level, not sure if that will have an effect.