Skip to content

Instantly share code, notes, and snippets.

@rackaam
Created March 3, 2023 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rackaam/018af3d66adf137ffe87182571db0c46 to your computer and use it in GitHub Desktop.
Save rackaam/018af3d66adf137ffe87182571db0c46 to your computer and use it in GitHub Desktop.
Enable JSDoc type checking
{
"compilerOptions": {
"checkJs": true
},
"exclude": ["node_modules", "**/node_modules/*"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment