Skip to content

Commit

Permalink
tsconfig: Allow implicit any
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhil committed Sep 2, 2024
1 parent 36b140c commit 0c0c0c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"isolatedModules": true,
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
Expand Down
1 change: 0 additions & 1 deletion tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"inlineSourceMap": true,
"module": "commonjs",
"noImplicitAny": false,
"removeComments": true,
"sourceMap": false,
"target": "es6",
Expand Down

0 comments on commit 0c0c0c3

Please sign in to comment.