diff --git a/skeleton/src/vite-env.d.ts.liquid b/skeleton/src/vite-env.d.ts.liquid
index 0dd2245..ec30a50 100644
--- a/skeleton/src/vite-env.d.ts.liquid
+++ b/skeleton/src/vite-env.d.ts.liquid
@@ -1,5 +1,4 @@
///
-///
interface ImportMetaEnv {
readonly VITE_APP_API_ENDPOINT: string;
diff --git a/skeleton/tsconfig.json b/skeleton/tsconfig.json
index b65db34..d9c9040 100644
--- a/skeleton/tsconfig.json
+++ b/skeleton/tsconfig.json
@@ -2,6 +2,7 @@
"extends": ["@tsconfig/vite-react/tsconfig.json"],
"compilerOptions": {
"noImplicitAny": true,
+ "lib": ["ES2023", "DOM", "ESNext.Temporal", "ESNext.Intl", "ESNext.Date"],
"paths": {
"#/*": ["./src/*"]
}