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

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -