Typescript. Create project in webstorm

Lets take an example from previous post and do the following steps

Add to project tsconfig.json

and edit it like this for example, point

Читать на сайте автора.

Typescript. Hello world

install typescript with

npm install -g typescript

or update if already been installed

npm update -g typescript

Now lets create some files…

index.html

<!DOCTYPE

Читать на сайте автора.