From 2f4edc08cf0d952f7b5f2f3588e982c2eea177ae Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 24 Oct 2025 01:09:55 -0400 Subject: [PATCH] build: update tsconfig.json --- docs/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 5c80bc2..e6a89e3 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -39,7 +39,8 @@ "**/*.tsx", ".next/types/**/*.ts", ".next\\dev/types/**/*.ts", - ".next\\dev/types/**/*.ts" + ".next\\dev/types/**/*.ts", + ".next/dev/types/**/*.ts" ], "exclude": [ "node_modules"