Skip to content

Commit

Permalink
refactor: remove duplicates declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
bgatellier committed Jun 2, 2024
1 parent 82d27c0 commit 51e5fc6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tsconfig.options.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@
"allowUnreachableCode": false,
// Disable error reporting for unused labels.
"allowUnusedLabels": false,
// Enable error reporting for codepaths that do not explicitly return in a function.
"noImplicitReturns": true,
// Enable error reporting when local variables aren't read.
"noUnusedLocals": true,
// Raise an error when a function parameter isn't read.
"noUnusedParameters": true,
// Enable all strict type-checking options.
"strict": true,
"verbatimModuleSyntax": true,

"declaration": true,
"removeComments": true,
Expand Down

0 comments on commit 51e5fc6

Please sign in to comment.