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 -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -