Skip to content

Commit

Permalink
okay, can turn this back on
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Nov 15, 2023
1 parent e88e396 commit 688e6a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server_manager/electron_app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowSyntheticDefaultImports": true,
"target": "es2021",
"removeComments": false,
// "noImplicitAny": true,
"noImplicitAny": true,
"esModuleInterop": true,
"module": "commonjs",
"rootDir": "..",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"esModuleInterop": true,
"target": "es2015",
"removeComments": false,
// "noImplicitAny": true,
"noImplicitAny": true,
"noImplicitThis": true,
"moduleResolution": "Node",
"sourceMap": true,
Expand Down

0 comments on commit 688e6a0

Please sign in to comment.