Skip to content

Commit fa25887

Browse files
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

File tree

packages/scout-for-lol/packages/frontend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"lib": ["ESNext", "DOM", "DOM.Iterable"]
44
},
55
"exclude": ["dist"],
6-
"extends": ["astro/tsconfigs/strictest", "../../tsconfig.base.json"],
6+
"extends": ["../../tsconfig.base.json"],
77
"include": [".astro/types.d.ts", "**/*", "postcss.config.ts"]
88
}

0 commit comments

Comments
 (0)