typescript - How to create tsconfig.json file in angular2 project? -


i have created 1 angular2 project using npm. referring link: angular2 tutorial

i succeessfully created package.json file using npm init command. didnt find command create tsconfig.json file. not sure should create file using command or using editor? in advance.

invoking typescript compiler init option create new tsconfig.json in current directory

tsc --init 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -