VSCode Typescript Settings

PHOTO EMBED

Thu Jul 22 2021 19:56:14 GMT+0000 (Coordinated Universal Time)

Saved by @jolo #setting #vscode #typescript

{
  "editor.formatOnSave": true,
  "typescript.tsdk": "./node_modules/typescript/lib",
  "eslint.format.enable": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}
content_copyCOPY

VSCode settings which enable Typescript from the node_modules, and the ES Linting and its auto formatter

https://gist.github.com/jolo-dev/db461463096f14f325af142c7583e5b3