🐞 Bug report
Command (mark with an x)
Is this a regression?
No
Description
Older projects (such as https://github.com/GDGTC/devfest/commits/master/src/tsconfig.json) have a single tsconfig file. This was never migrated by our tooling to tsconfig.app.json which means that some of our assumptions about these files are incorrect. This breaks things such as the schematics in 8 to take advantage of differential loading.
We should consider detecting these configs and migrating them.