The purpose of this repository is to analyse how to use some features of Typescript.
- Generics
- Interfaces and types
- never and any types
- Propery and key of clauses
- Install the dependencies:
npm install
- Execute the tests:
npm run test
- Check linter errors:
npm run lint
- Fix linter errors:
npm run lint:fix
A typical web architecture with a component with shared and centralized types.