Skip to content

Instantly share code, notes, and snippets.

@rbiggs
Created September 3, 2018 08:21
Show Gist options
  • Save rbiggs/9144dcbeb89b37676264ce685b556fc3 to your computer and use it in GitHub Desktop.
Save rbiggs/9144dcbeb89b37676264ce685b556fc3 to your computer and use it in GitHub Desktop.
NPM script to run TypeScript type checker against Javascript code with JSDoc comments.
"scripts": {
"checkjs": "tsc --allowJs --checkJs --noEmit --target ES5 src/*.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment