TypeScript examples
Learning TypeScript through simple examples.
Commands
yarn start
to build the sources in watch modeyarn build
to build the sources onceyarn lint
to run the linter
Just run yarn start
to start the build in watch mode and then run node build/10-array-destructuring
etc to run the examples.