Skip to content

Commit

Permalink
fix: Removed debugger settings. (#2398)
Browse files Browse the repository at this point in the history
Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere authored Apr 24, 2024
1 parent 7d1afbc commit 49c4699
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 49c4699

Please sign in to comment.