This repository was archived by the owner on Nov 12, 2022. It is now read-only.
Having issues disabling tsserver typescript validation #544
Unanswered
AdamJSoftware
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to disable the typescript validate for the tsserver (I only want to use the validation provided by eslint). In vscode, I would simply need to modify the settings file and pass the following
This fixes all of the issues when using vscode. When it comes to nvim, I passed in the same options however nothing seems to work. Here is the configuration file I am passing in.
No matter what I try, typescript validation is always present. Anything helps!
Beta Was this translation helpful? Give feedback.
All reactions