From 03cd0e20fbcda29d137e285c5d90af18208df948 Mon Sep 17 00:00:00 2001 From: Hichem Fantar Date: Sat, 19 Apr 2025 02:47:26 +0100 Subject: [PATCH] Update TypeScript configuration to exclude 'resources' directory --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8c590aa..e14965f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,5 +23,5 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules", "src-tauri"] + "exclude": ["node_modules", "src-tauri", "resources"] }