From a30f727c95d7aa01e4a05091601067367e3b795b Mon Sep 17 00:00:00 2001 From: Ethan Mick Date: Mon, 15 Sep 2025 12:33:08 -0400 Subject: initial commit --- renderer/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 renderer/tsconfig.json (limited to 'renderer/tsconfig.json') diff --git a/renderer/tsconfig.json b/renderer/tsconfig.json new file mode 100644 index 0000000..2302bb9 --- /dev/null +++ b/renderer/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "jsx": "react-jsx", + "types": ["vite/client"] + }, + "include": ["src", "index.html"] +} \ No newline at end of file -- cgit v1.2.3