By default VSCode validates the typescript sources while editing them. Is it possible to somehow change this to only validate the sources when the files is saved? This is possible with ESLint but I cannot seem to find how to changes this for Typescript.
↧