Recently, I completed setting up an Angular2 project with the help of npm. I followed the instructions from this resource: Angular2 Tutorial
After successfully generating the package.json
file using the npm init
command,
I realized that there was no specific instruction on how to create the tsconfig.json
file.
Should I use a command or directly create it in my editor?
Your guidance will be greatly appreciated. Thank you.