I have created one angular2 project using npm. I was referring this link: Angular2 Tutorial
I succeessfully created the package.json
file using npm init
command.
But I didnt find any command to create tsconfig.json
file.
I am not sure that should I create that file using command or using editor?
Thanks in advance.
Invoking the TypeScript compiler with the init
option will create a new tsconfig.json
in the current directory
tsc --init
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With