This repository contains the code for the Beginning TypeScript book.
It shows how to integrate TypeScript into a JavaScript project by using a declaration .d.ts file.
You can run the compilation process from the terminal using TypeScript:
tscThe output will be in the dist/ folder.