Skip to content

Commit

Permalink
🔧 Enabled TypeScript strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Carr committed Apr 8, 2022
1 parent 62c1bec commit 5b50a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
Expand Down

0 comments on commit 5b50a65

Please sign in to comment.