Is it feasible to include both TypeScript and JavaScript files within the same Angular project?
I am working on a significant Angular project and considering migrating it to TypeScript without having to rename all files to .ts and address any resulting errors. Would it be viable to have one part of an Angular application coded in TypeScript and another part in JavaScript?