diff --git a/site/content/blog/2020-06-04-svelte-and-typescript.md b/site/content/blog/2020-06-04-svelte-and-typescript.md index 7d75411e8a..37e6c6d0c2 100644 --- a/site/content/blog/2020-06-04-svelte-and-typescript.md +++ b/site/content/blog/2020-06-04-svelte-and-typescript.md @@ -101,7 +101,7 @@ To configure TypeScript, you will need to create a `tsconfig.json` in the root o } ``` -Your `include`/`exclude` may differ per project. +Your `include`/`exclude` may differ per project — these are defaults that should work across most Svelte projects. ##### 2. Editor Support