From 72f64953f63c8af64e5f6b6400c8be7347750bba Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Mon, 3 Aug 2026 15:55:00 +0000 Subject: [PATCH] chore: remove unused ts-zod config --- ts-zod.ts | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ts-zod.ts diff --git a/ts-zod.ts b/ts-zod.ts deleted file mode 100644 index a8ca2f92..00000000 --- a/ts-zod.ts +++ /dev/null @@ -1,12 +0,0 @@ -import {generate} from 'ts-to-zod'; -import * as fs from 'node:fs'; - -const args = process.argv; -const path = args[2]; - -const res = generate({ - sourceText: fs.readFileSync(path).toString(), - jsDocTagFilter: (tags) => tags.map((tag) => tag.name).includes("zod"), -}); - -fs.writeFileSync(path.replace('.ts','.zod.ts'), res.getZodSchemasFile(path)); \ No newline at end of file -- 2.51.2