From 65fdc1834aebaf397f3f6997531988086a5e9fcf Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:44:19 +0100 Subject: [PATCH] chore(*): Ensure env vars get strongly typed --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c545d33..611f6e4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "moduleResolution": "bundler", "module": "es2015" }, - "include": ["src/**/*", "node_modules/**/*.d.ts"] + "include": ["src/**/*", "node_modules/**/*.d.ts", ".svelte-kit/ambient.d.ts"] // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias // // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes