Skip to content

Commit b5b753d

Browse files
committed
added inheritance
1 parent 9396507 commit b5b753d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

types/codegen/openapitools.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
"templateDir": "#{cwd}/custom-templates",
1212
"typeMappings": {
1313
"Position": "Position",
14-
"Range": "Range"
14+
"Range": "Range",
15+
"TextDocumentIdentifier": "TextDocumentIdentifier"
1516
},
1617
"importMappings": {
1718
"Position": "../../lsp",
18-
"Range": "../../lsp"
19+
"Range": "../../lsp",
20+
"TextDocumentIdentifier": "../../lsp"
1921
},
2022
"additionalProperties": {
2123
"supportsES6": true,
@@ -29,7 +31,8 @@
2931
"stringEnums": true,
3032
"disallowAdditionalPropertiesIfNotPresent": false,
3133
"useSingleRequestParameter": true
32-
}
34+
},
35+
"openapi-normalizer": "REF_AS_PARENT_IN_ALLOF=true"
3336
}
3437
}
3538
}

0 commit comments

Comments
 (0)