I'm a newbie in Angular. I used angular-cli
to learn about angular and I found the files tsconfig.json
and tsconfig.app.json
. Both of these are typescript related and I found this link useful.
But why two such files has been used? Why can't the configurations in these two files be combined in one file? Please help me figure this out.