You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.