From 3c3e6df3b2b26ad7efc24c6578666c6431097e73 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Wed, 3 Sep 2025 19:44:42 +0400 Subject: [PATCH] chore: ignore ts files inside tauri output --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 33b4b10..e69f93d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,5 +31,5 @@ "next-env.d.ts", "dist/types/**/*.ts" ], - "exclude": ["node_modules", "nodecar"] + "exclude": ["node_modules", "nodecar", "src-tauri/target"] }