File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/openapi-generator/src/main/resources/typescript Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments