mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
52cc7f839b
Currently internally Angular has some customized tsconfig files, because we don't align with the tsconfig of the rest of g3. These changes enable `noImplicitReturns` and `noPropertyAccessFromIndexSignature` to align better with the internal config. PR Close #51728