- Hello {name}!
- Visit the Svelte tutorial to learn how to build Svelte apps.
+
diff --git a/client/svelte-client/tsconfig.json b/client/svelte-client/tsconfig.json
index e17851c..bf07ac5 100644
--- a/client/svelte-client/tsconfig.json
+++ b/client/svelte-client/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*", "src/node_modules/**/*"],
- "exclude": ["node_modules/*", "__sapper__/*", "static/*"]
- }
\ No newline at end of file
+ "exclude": ["node_modules/*", "__sapper__/*", "static/*"],
+}