Older CLI projects don't match the tsconfig layout of newer projects #14436
Labels
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
🐞 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.
The text was updated successfully, but these errors were encountered: