File structure

The created application will have the following file structure:

As you can see, the root folder is quite busy with a few folders but a lot of configuration files. The most interesting among them is:

Install and configure Typescript and the Tslint plugin for your IDE or editor to make the most out of Typescript.

Now, let's take a look at the source folder. It has a main folder and a test folder, which holds the main app source code and tests the source code accordingly. The folder structure is as follows: