astro check typescript

This commit is contained in:
Oliver Bryan
2025-09-26 13:15:50 +01:00
parent 4e66b8e8a9
commit c8847d4fa8
2 changed files with 1066 additions and 3 deletions

1065
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.3.0", "@astrojs/react": "^4.3.0",
"@astrojs/vercel": "^8.2.7", "@astrojs/vercel": "^8.2.7",
"@tailwindcss/vite": "^4.1.13", "@tailwindcss/vite": "^4.1.13",
@@ -17,6 +18,7 @@
"astro": "^5.13.5", "astro": "^5.13.5",
"react": "^19.1.1", "react": "^19.1.1",
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"tailwindcss": "^4.1.13" "tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
} }
} }