vovk 3.0.0-draft.472 → 3.0.0-draft.474
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/types.d.ts +1 -0
- package/mjs/types.d.ts +1 -0
- package/package.json +1 -1
package/cjs/types.d.ts
CHANGED
|
@@ -340,6 +340,7 @@ type ClientConfigCommon = {
|
|
|
340
340
|
outDir?: string;
|
|
341
341
|
fromTemplates?: string[];
|
|
342
342
|
prettifyClient?: boolean;
|
|
343
|
+
outputConfig?: VovkOutputConfig<GeneratorConfigImports>;
|
|
343
344
|
} & IncludeExcludeSegments;
|
|
344
345
|
type ClientConfigComposed = ClientConfigCommon;
|
|
345
346
|
type ClientConfigSegmented = ClientConfigCommon;
|
package/mjs/types.d.ts
CHANGED
|
@@ -340,6 +340,7 @@ type ClientConfigCommon = {
|
|
|
340
340
|
outDir?: string;
|
|
341
341
|
fromTemplates?: string[];
|
|
342
342
|
prettifyClient?: boolean;
|
|
343
|
+
outputConfig?: VovkOutputConfig<GeneratorConfigImports>;
|
|
343
344
|
} & IncludeExcludeSegments;
|
|
344
345
|
type ClientConfigComposed = ClientConfigCommon;
|
|
345
346
|
type ClientConfigSegmented = ClientConfigCommon;
|