From 8899e58987e59a66dcc92a9ff36584e936d8022f Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sun, 30 Nov 2025 21:18:56 +0400 Subject: [PATCH] chore: simplify tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5521c8f..1e9ff99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,8 @@ ".next/types/**/*.ts", "next-env.d.ts", "dist/types/**/*.ts", - ".next/dev/types/**/*.ts" + ".next/dev/types/**/*.ts", + "dist/dev/types/**/*.ts" ], "exclude": ["node_modules", "nodecar", "src-tauri/target"] }