diff --git a/vercel.json b/vercel.json index 4a4c7e8..2e50ae3 100644 --- a/vercel.json +++ b/vercel.json @@ -4,6 +4,11 @@ "NODE_OPTIONS": "--openssl-legacy-provider" } }, + "functions": { + "api/typescript-to-json-schema.ts": { + "includeFiles": "node_modules/typescript/lib/**" + } + }, "redirects": [ { "source": "/svg-to-jsx",