mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
@@ -20,7 +20,6 @@ import {createFormatter} from 'ts-json-schema-generator/dist/factory/formatter';
|
||||
import {createParser} from 'ts-json-schema-generator/dist/factory/parser';
|
||||
import {createProgram} from 'ts-json-schema-generator/dist/factory/program';
|
||||
import {ProjectReflection} from 'typedoc';
|
||||
import * as ts from 'typescript';
|
||||
import {getTsconfigPath, isSchemaWithDefinitions} from './common';
|
||||
|
||||
/**
|
||||
@@ -50,7 +49,7 @@ export class Converter {
|
||||
};
|
||||
|
||||
// create TypeScript program from config
|
||||
const program: ts.Program = createProgram(config);
|
||||
const program = createProgram(config);
|
||||
|
||||
// create generator
|
||||
this.generator = new SchemaGenerator(
|
||||
|
||||
Reference in New Issue
Block a user