Skip to content

Commit

Permalink
Remove strict from tsconfig as too many things to resolve at once
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Sep 7, 2024
1 parent 2ec7566 commit 1722296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"jest/**/*"
],
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true
}
Expand Down

0 comments on commit 1722296

Please sign in to comment.