From 791892808520a75e869c48d0684e413a42168d32 Mon Sep 17 00:00:00 2001 From: Ethan Mick Date: Mon, 15 Sep 2025 12:33:33 -0400 Subject: fix: silence warning about rootDir --- renderer/tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'renderer') diff --git a/renderer/tsconfig.json b/renderer/tsconfig.json index 2302bb9..2d8c061 100644 --- a/renderer/tsconfig.json +++ b/renderer/tsconfig.json @@ -2,7 +2,9 @@ "extends": "../tsconfig.json", "compilerOptions": { "jsx": "react-jsx", - "types": ["vite/client"] + "types": ["vite/client"], + "rootDir": "." + }, "include": ["src", "index.html"] } \ No newline at end of file -- cgit v1.2.3