From 9757dbaf46761f13720cd8f43c3fe548453912ef Mon Sep 17 00:00:00 2001 From: Gagan7900 <54118395+Gagan7900@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:18:32 +0530 Subject: [PATCH] commit merge --- .gitignore | 8 ++++++++ tsconfig.spec.json | 1 + 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 8969bd9d..e8c7cc34 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,11 @@ __screenshots__/ # System files .DS_Store Thumbs.db + + +# Ignore local ESLint config +eslint.config.js + +# Ignore preview folder +preview/ +/.vs diff --git a/tsconfig.spec.json b/tsconfig.spec.json index 6e883a1e..5a34497d 100644 --- a/tsconfig.spec.json +++ b/tsconfig.spec.json @@ -4,6 +4,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./out-tsc/spec", + "rootDir": "src", "types": [ "vitest/globals" ]