Skip to content

Commit

Permalink
feat(tsconfig): remove redundant fields
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 7, 2023
1 parent 1e2bcd4 commit 9247018
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"noUnusedLocals": true,
"noImplicitReturns": true,
"noUnusedParameters": true,
"newLine": "lf",
"alwaysStrict": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand All @@ -60,7 +59,6 @@
"pretty": true,
"stripInternal": false,
"noUncheckedIndexedAccess": false,
"importsNotUsedAsValues": "remove",
"noPropertyAccessFromIndexSignature": false,
"removeComments": false,
"noEmitOnError": true,
Expand Down

0 comments on commit 9247018

Please sign in to comment.