fix: Exclude .next from TS & fixup ImageResponse types (#18972)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ImageResponse } from "@vercel/og";
|
||||
import type { NextApiRequest } from "next";
|
||||
import { ImageResponse } from "next/server";
|
||||
import type { SatoriOptions } from "satori";
|
||||
import { z } from "zod";
|
||||
|
||||
|
||||
@@ -34,5 +34,5 @@
|
||||
"../../packages/features/bookings/lib/getUserBooking.ts",
|
||||
"../../packages/features/Segment.tsx"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", ".next"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user