Skip to content

Commit

Permalink
rm redundant strict... compiler options in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Jul 19, 2024
1 parent 115ed86 commit de3b112
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/typescript/all/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"baseUrl": "./",
"esModuleInterop": true,
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"noEmit": true
},
"files": ["node_modules/jest-extended/types/index.d.ts"],
Expand Down

0 comments on commit de3b112

Please # to comment.