File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/openapi-generator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ containing AST definitions for external libraries. For more details, see
102102### Solution 2: Using a Custom Codec Configuration File
103103
104104` openapi-generator ` supports importing codecs from other packages in ` node_modules ` , but
105- it struggles with ` io-ts ` primitives that need JavaScript interpretation, such as
105+ it struggles with ` io-ts ` primitives that need JavaScript interpretation, such as
106106` new t.Type(...) ` . To work around this, you can define schemas for these codecs in a
107107configuration file within your downstream types package (where you generate the API
108108docs). This allows the generator to understand and use these schemas where necessary.
You can’t perform that action at this time.
0 commit comments