Skip to content

Commit

Permalink
Update modules/openapi-generator/src/main/resources/typescript/tsconf…
Browse files Browse the repository at this point in the history
…ig.mustache
  • Loading branch information
joscha authored Oct 18, 2024
1 parent 5d52f69 commit a120097
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"noUnusedParameters": false, /* Report errors on unused parameters. */ // TODO: set to true again
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
"noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
"noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */

"removeComments": true,
"sourceMap": true,
Expand Down

0 comments on commit a120097

Please sign in to comment.