From 0079775f6594ebfacff0515a00cbdad522e7fc28 Mon Sep 17 00:00:00 2001 From: Orta Date: Fri, 17 Jul 2020 17:15:51 -0400 Subject: [PATCH] Add a note about the should work --- site/content/blog/2020-06-04-svelte-and-typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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