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
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
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