Skip to content

Enable TypeScript compiler's strict mode #3561

Closed
@andyleejordan

Description

@andyleejordan

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all issues to ensure it has not already been reported.

Summary

The following options should be enabled in tsconfig.json:

"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true

Proposed Design

We'll have to carefully fix all the errors and potential bugs that this reveals.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions