Enable Astro TypeScript checks across preview, docs, and shared (#2743)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Paweł Kuna
2026-08-01 01:58:03 +02:00
committed by GitHub
co-authored by StarDev
parent 7fde04b859
commit 2ad46002ac
25 changed files with 766 additions and 66 deletions
+4 -2
View File
@@ -12,7 +12,7 @@
"build": "pnpm run assets && astro build",
"preview": "astro preview",
"clean": "shx rm -rf dist public .astro",
"astro": "astro"
"type-check": "astro check"
},
"dependencies": {
"@tabler/core": "workspace:*",
@@ -20,11 +20,13 @@
"shiki": "^4.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-satteri": "^0.3.4",
"@astrojs/mdx": "^7.0.3",
"@tabler/preview": "workspace:*",
"@types/node": "^26.1.1",
"js-beautify": "^2.0.3",
"shx": "^0.4.0"
"shx": "^0.4.0",
"typescript": "^5.7.3"
}
}