aboutsummaryrefslogtreecommitdiffstats
path: root/renderer/tsconfig.json
diff options
context:
space:
mode:
authorEthan Mick <ethan@ethanmick.com>2025-09-15 12:33:08 -0400
committerEthan Mick <ethan@ethanmick.com>2025-09-15 12:33:08 -0400
commita30f727c95d7aa01e4a05091601067367e3b795b (patch)
tree663c309997058b4e54ac08e3f5e6b26cc31f6d5a /renderer/tsconfig.json
initial commit
Diffstat (limited to 'renderer/tsconfig.json')
-rw-r--r--renderer/tsconfig.json8
1 files changed, 8 insertions, 0 deletions
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 @@
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "jsx": "react-jsx",
5 "types": ["vite/client"]
6 },
7 "include": ["src", "index.html"]
8} \ No newline at end of file