Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cosmos] Adding tsconfig.strict.json #12716

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

deyaaeldeen
Copy link
Member

  • Adds src/tsconfig.strict.json which excludes from compilation a list of files that has strictness issues.
  • Adds the check:src:strict npm script that checks the code base for strictness issues.

The goal of subsequent work is to remove files from the exclusion list until it becomes empty and src/tsconfig.strict.json can be deleted.

This approach is a variation of the work done in VS Code suggested by @southpolesteve here #5276 (comment).

Copy link
Member

@xirzec xirzec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nice approach!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants