Commit fa25887
committed
Remove redundant astro/tsconfigs/strictest from frontend tsconfig extends
The astro tsconfig chain is completely redundant — tsconfig.base.json
already has all the same strict options, jsx, module, and resolution
settings. Removing it fixes CI ESLint failures where projectService
couldn't resolve astro/tsconfigs/strictest in the container, causing
TypeScript to fall back to a default program without DOM types.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6b25d7f commit fa25887
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
0 commit comments