We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b19b3 commit 0453b85Copy full SHA for 0453b85
plugin.js
@@ -32,7 +32,7 @@ class ConfigSchemaHandlerTypescriptDefinitionsPlugin {
32
* format: false -> improves generation performances
33
* ignoreMinAndMaxItems: true -> maxItems: 100 in provider.s3.corsConfiguration definition is generating 100 tuples
34
*/
35
- const compiledDefinitions = await compile(normalizedSchema, 'AWS', { format: false, ignoreMinAndMaxItems: true })
+ const compiledDefinitions = await compile(normalizedSchema, 'AWS', { format: false, ignoreMinAndMaxItems: true, unreachableDefinitions: true })
36
fs.writeFileSync('index.d.ts', compiledDefinitions)
37
}
38
0 commit comments