about summary refs log tree commit diff
path: root/assets/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/tsconfig.json')
-rw-r--r--assets/tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/tsconfig.json b/assets/tsconfig.json
new file mode 100644
index 0000000..b082e96
--- /dev/null
+++ b/assets/tsconfig.json
@@ -0,0 +1,6 @@
+{
+  "extends": "@tsconfig/svelte/tsconfig.json",
+
+  "include": ["src/**/*"],
+  "exclude": ["node_modules/*", "__sapper__/*", "public/*"]
+}
\ No newline at end of file