diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 000000000..15ddc1044 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,7 @@ +{ + "extends": "./.svelte-kit/tsconfig.json", + "typeRoots": [ + "./node_modules/@types", + "./types" + ] +} \ No newline at end of file