BeyondCodeBootcamp / js-with-types-jsdoc-tsc-starter

A simple, but non-trivial example of getting the most from JSDoc + tsserver (Type Linting without TypeScript)
Mozilla Public License 2.0
17 stars 1 forks source link

Big Overview #2

Closed coolaj86 closed 3 years ago

coolaj86 commented 3 years ago

The typescript server and JSDoc for type linting, without having to use type script.

  1. Show the demo - more evaluation
  2. The pre-reqs you need on your computer for any project
  3. The config that you need for every project
  4. How you would apply this to an existing project
    npm install --save-dev @types/node
    tsc --init
    # see diff
  5. And walking through and fixing the linter errors in the demo project
    • top things you'll want to know about JSDoc syntax
coolaj86 commented 3 years ago

Type Linting without TypeScript YouTube

coolaj86 commented 3 years ago

video done