Skip to content

Commit

Permalink
Enable strict tsc check
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Aug 20, 2024
1 parent f25e11d commit e6cd7a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/keychain/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"@emotion/react/types/css-prop"
],
"noEmit": true,
// TODO(#262): Enable these options (too many errors for this scope)
"strict": false,
"noImplicitAny": false,
"strictNullChecks": false
},
"include": [
"next-env.d.ts",
Expand Down

0 comments on commit e6cd7a6

Please sign in to comment.