From a93e4ab5211e1deb3199d94b0a798d048318479b Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Mon, 9 Feb 2026 20:39:59 -0700 Subject: [PATCH] Fix TS --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bf78fab..be82c5e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,7 +28,9 @@ "**/*.tsx", ".next/types/**/*.ts", ".next/dev/types/**/*.ts", - "**/*.mts" + "**/*.mts", + "next.config.ts", + "eslint.config.ts" ], "exclude": ["node_modules"] } \ No newline at end of file