Skip to content

Commit 68f1704

Browse files
cmdcolinclaude
andcommitted
Consolidate type checking into root tsconfig
- Add glob as explicit dependency (was transitive only) - Remove website/tsconfig.json; root tsconfig covers it via the website/.astro/types.d.ts include which provides astro/client types (import.meta.glob etc.) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 69ff288 commit 68f1704

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"eslint-plugin-import": "^2.32.0",
2121
"eslint-plugin-unicorn": "^64.0.0",
2222
"fast-deep-equal": "^3.1.3",
23+
"glob": "^13.0.6",
2324
"node-sql-parser": "^5.4.0",
2425
"prettier": "^3.8.1",
2526
"typescript": "^6.0.2",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/tsconfig.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)