Skip to content

Commit

Permalink
chore(web): enforces "noImplicitThis"
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed May 16, 2024
1 parent 1e79773 commit eef8c32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/web/gesture-recognizer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
//
// At present, the code actually compiles without them... but the TS tests are a different matter.
"noImplicitAny": false,
"noImplicitThis": false,
"noUnusedLocals": false,
"strictFunctionTypes": false,
"noImplicitReturns": false
Expand Down
1 change: 0 additions & 1 deletion web/src/tsconfig.dom.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// TODO: These override ../tsconfig.base.json settings, and so should be removed if possible,
// but existing code in web/ breaks some of these settings
"noImplicitAny": false,
"noImplicitThis": false,
"noUnusedLocals": false,
"strictFunctionTypes": false,
"noImplicitReturns": false,
Expand Down

0 comments on commit eef8c32

Please sign in to comment.