Skip to content

Instantly share code, notes, and snippets.

@resolritter
Last active April 11, 2019 18:37
Show Gist options
  • Select an option

  • Save resolritter/2d7e5cf14a209cd1b0f437f742543a68 to your computer and use it in GitHub Desktop.

Select an option

Save resolritter/2d7e5cf14a209cd1b0f437f742543a68 to your computer and use it in GitHub Desktop.
tsserver jsconfig.json file to be placed at the root of the project - search for "jsconfig.json reference"
{
"exclude": [
"**/node_modules"
],
"include": [
"src/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment