Skip to content

Commit

Permalink
⚙️ Chore: Types - Enable Strict
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 18, 2023
1 parent 63e9a1f commit 49c2858
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,9 @@
"resolveJsonModule": true,
"skipLibCheck": true,

// temporarily disable strict
"strict": false,
"alwaysStrict": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"strictNullChecks": false,
"strictFunctionTypes": false,
"strictPropertyInitialization": false,
"noImplicitUseStrict": false,
"strict": true,

// temporarily disable strict
// temporary until migration is finished
"allowJs": true,

Expand Down

0 comments on commit 49c2858

Please sign in to comment.