Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

refactor: enable stricter TypeScript compiler flags #631

Merged
merged 1 commit into from
Sep 18, 2019

Conversation

Splaktar
Copy link
Member

align with the examples and the new CLI settings by enabling

  • noImplicitAny
  • noImplicitReturns
  • noImplicitThis
  • noFallthroughCasesInSwitch
  • strictNullChecks

Relates to angular/angular-cli#14905

align with the examples and the new CLI settings by enabling
- `noImplicitAny`
- `noImplicitReturns`
- `noImplicitThis`
- `noFallthroughCasesInSwitch`
- `strictNullChecks`

Relates to angular/angular-cli#14905
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

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

LGTM

@jelbourn jelbourn merged commit f792e7e into master Sep 18, 2019
@Splaktar Splaktar deleted the typescript-strictness branch September 19, 2019 16:45
Splaktar added a commit that referenced this pull request Sep 20, 2019
Splaktar added a commit that referenced this pull request Sep 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants