I've created Angular2 project using Angular-cli with the following command:
ng new project-name
but, I don't see .angular-cli.json
file in my root folder of the project. The angular-cli version I'm using is 1.0.2. I've created multiple projects with cli in the past and have never encountered this problem. Is it because of the recent update? If yes, where can I find the json file? Or do I need to create it manually?