Files
vercel__eve/packages/eve/scripts/vendor-compiled/json-schema.mjs
T
Andrew Barba 91e43ae7f4 chore(eve): dependencies - upgrade to AI SDK 7 (#288)
Signed-off-by: Andrew Barba <barba@hey.com>
2026-06-25 11:17:00 -04:00

12 lines
303 B
JavaScript

import { createDeclarationCopier } from "./_shared.mjs";
export default {
packageName: "@types/json-schema",
compiledPath: "json-schema",
typeOnly: true,
copyDeclarations: createDeclarationCopier({
declarationRoot: ".",
files: [{ source: "index.d.ts", output: "index.d.ts" }],
}),
};