diff --git a/.gitignore b/.gitignore index 6d4c0aa..cd4c6ec 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ dist/ # generated types .astro/ +.vercel/ # dependencies node_modules/ diff --git a/bun.lockb b/bun.lockb index f157d9a..b56cf99 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 785d969..cd6be09 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ }, "devDependencies": { "@types/luxon": "^3.4.2", + "@types/node": "^20.14.2", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "tailwindcss": "^3.4.1", diff --git a/tsconfig.json b/tsconfig.json index 032ad64..e15da88 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "extends": "astro/tsconfigs/strict", "compilerOptions": { "jsx": "react-jsx", - "jsxImportSource": "react" + "jsxImportSource": "react", + "types": ["@types/node"] } } \ No newline at end of file