CodingGarden / listd

listd is a Full Stack App that will allow users to create, share and watch lists of YouTube channels. This app is being built LIVE on Twitch https://twitch.tv/codinggarden
https://twitch.tv/codinggarden
MIT License
193 stars 53 forks source link

Enable zero-effort type safety for other IDEs #111

Closed vishalbalaji closed 1 year ago

vishalbalaji commented 1 year ago

Zero-effort type safety is built into the Svelte VSCode extension. Those of us that use other IDEs though, need typescript-svelte-plugin to get proper type completion in +page.ts and +page.server.ts files. This PR adds and configures that dev dependency.

What type of Pull Request is this?

vishalbalaji commented 1 year ago

Reverted the package-lock.json file to the previous commit.