Skip to content

Commit

Permalink
fix: Removed debugger settings.
Browse files Browse the repository at this point in the history
Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere committed Apr 23, 2024
1 parent c2867d5 commit efe8ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/relay/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"declaration": true,
"strict": true,
"sourceMap": true
"strict": true
},
"include": [
"src"
Expand Down
3 changes: 1 addition & 2 deletions packages/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"declaration": true,
"strict": true,
"sourceMap": true
"strict": true
},
"include": [
"src"
Expand Down

0 comments on commit efe8ac6

Please sign in to comment.