chore(*): Ensure env vars get strongly typed

This commit is contained in:
Josh Creek
2024-09-10 20:44:19 +01:00
parent cd1d4b7d71
commit 65fdc1834a
+1 -1
View File
@@ -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