From 1e197556481181dbf1f0239f4ec2740cfa5aa790 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 21 Jun 2025 11:40:02 -0700 Subject: initial commit --- tsconfig.web.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tsconfig.web.json (limited to 'tsconfig.web.json') diff --git a/tsconfig.web.json b/tsconfig.web.json new file mode 100644 index 0000000..9c16b66 --- /dev/null +++ b/tsconfig.web.json @@ -0,0 +1,19 @@ +{ + "extends": "@electron-toolkit/tsconfig/tsconfig.web.json", + "include": [ + "src/renderer/src/env.d.ts", + "src/renderer/src/**/*", + "src/renderer/src/**/*.tsx", + "src/preload/*.d.ts" + ], + "compilerOptions": { + "composite": true, + "jsx": "react-jsx", + "baseUrl": ".", + "paths": { + "@renderer/*": [ + "src/renderer/src/*" + ] + } + } +} -- cgit v1.2.3