Skip to content

Instantly share code, notes, and snippets.

@michchan
Created April 1, 2022 05:17
Show Gist options
  • Save michchan/857a4b4afe7582f027dce873f2ecd7e1 to your computer and use it in GitHub Desktop.
Save michchan/857a4b4afe7582f027dce873f2ecd7e1 to your computer and use it in GitHub Desktop.
VSCode Workspace Settings for TypeScript project
{
"eslint.workingDirectories": ["./src"],
"typescript.tsdk": "src/node_modules/typescript/lib"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment