Skip to content

Commit a120097

Browse files
authored
Update modules/openapi-generator/src/main/resources/typescript/tsconfig.mustache
1 parent 5d52f69 commit a120097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/openapi-generator/src/main/resources/typescript/tsconfig.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"noUnusedParameters": false, /* Report errors on unused parameters. */ // TODO: set to true again
1818
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
1919
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
20-
"noImplicitOverride": true,
21-
"noPropertyAccessFromIndexSignature": true,
22-
"noUncheckedIndexedAccess": true,
20+
"noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
21+
"noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
22+
"noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
2323

2424
"removeComments": true,
2525
"sourceMap": true,

0 commit comments

Comments
 (0)