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
Post a Comment