[Cosmos] Set strict to true in tsconfig #11437
Labels
Client
This issue points to a problem in the data-plane of the library.
Cosmos
good first issue
This issue tracks work that may be a good starting point for a first-time contributor
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
With #11424, we now have the tsconfig.json file in the cosmos project extending the base configuration, but it overrides the
strict
option set in the base file. This issue is to remove this override and fix any resulting errors in the project.PRs are welcome to make this change.
Code pointers:
rushx build
to see the resulting errors and fix them!If you find yourself able to fix some, but not all of the resulting errors, feel free to send a PR that includes the fixes that you do have without changing the tsconfig file
The text was updated successfully, but these errors were encountered: