From a4a0d3ee565854f239ba0d2f6940e786bba98bff Mon Sep 17 00:00:00 2001 From: Hein Date: Thu, 7 May 2026 10:09:59 +0200 Subject: [PATCH] chore(ui): remove placeholder file and add vite-env types --- ui/src/vite-env.d.ts | 1 + ui/tsconfig.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ui/src/vite-env.d.ts diff --git a/ui/src/vite-env.d.ts b/ui/src/vite-env.d.ts new file mode 100644 index 0000000..11f02fe --- /dev/null +++ b/ui/src/vite-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/ui/tsconfig.json b/ui/tsconfig.json index 0d9a04a..1b81ad6 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -9,7 +9,8 @@ "strict": true, "allowJs": true, "checkJs": false, - "types": ["svelte", "node"] + "types": ["svelte", "node"], + "skipLibCheck": true }, "include": ["src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "vite.config.ts"] }