Browser and project setup
4 lessons in the TypeScript course.
Full TypeScript course · Search this topic · Programming
- Async TypeScriptType promises and async functions so awaited values stay checked.
- DOM TypingQuery the DOM with types so element properties are checked.
- tsconfig BasicsCreate a tsconfig.json that sets root folders, strictness, and output.
- npm ScriptsWire TypeScript into package.json scripts for build and watch workflows.