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 7e7aa49 commit ed6ecdfCopy full SHA for ed6ecdf
tests/regression/generate.ts
@@ -18,7 +18,6 @@ async function main() {
18
async function generate(schemaPath: string) {
19
const generator = new TsSchemaGenerator();
20
const outputDir = path.dirname(schemaPath);
21
- const tsPath = path.join(outputDir, 'schema.ts');
22
const result = await loadDocument(schemaPath);
23
if (!result.success) {
24
throw new Error(`Failed to load schema from ${schemaPath}: ${result.errors}`);
0 commit comments