TIL: How Includes, Extends work with TS Config (with SvelteKit)

1 · Haseeb Majid · Jan. 14, 2023, midnight
TIL: How Includes, Extends work with TS Config (with SvelteKit) I have recently been creating an app with SvelteKit and Typescript. I noticed all of a sudden Typescript and VS Code not playing nice with each other. It wouldn’t show me the types of variables that I knew it was showing me before. So I started to investigate and work out what was wrong. I was getting locals with a type any:...