aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..f98dd46
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "extends": "@tsconfig/svelte/tsconfig.json",
+ "compilerOptions": {
+ "lib": ["DOM", "ES2017", "WebWorker"]
+ },
+ "include": ["src/**/*", "src/node_modules/**/*"],
+ "exclude": ["node_modules/*", "__sapper__/*", "static/*"]
+ } \ No newline at end of file