b310-digital / b310-digital/teammapper

Add strict type checking

Open
#166 0 comments 0 reactions 0 assignees View on GitHub
refactoring
Dominant language
TypeScript
Stars
496
Forks
41
Avg merge
2h 16m
Merged PRs (30d)
11

Description

```
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
```

```
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the project's TypeScript configuration and the angularCompilerOptions block shown in the issue, then run the existing type-check or build command to identify current errors. Enable the listed strict options and resolve the resulting errors until the project type-checks and builds successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
tooling
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.