Skip to content

Commit

Permalink
added exportTypesAsInterfacesByDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
jburzynski committed Jul 27, 2023
1 parent cbc32a8 commit 9c9941a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ enumValueNameConverters (*) string[] []

explicitPublicAccessor boolean false Whether to use explicit *public* accessor in the generated TypeScript class files

exportTypesAsInterfacesByDefault boolean false Whether to export types as interfaces by default. For example affects member types which aren't explicitly selected to be generated.

externalAssemblyPaths string[] [] An array of paths to external assemblies. These paths are searched (recursively) for any assembly references that cannot be automatically resolved. NuGet package folders (global + machine-wide and project fallback) are searched by default.

fileHeading string null TypeScript file heading text (default is "(...) This is a TypeGen auto-generated file. (...)")
Expand Down

0 comments on commit 9c9941a

Please sign in to comment.