From af6f5a2dd161147022aa620cde726640d721b3af Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 14 Apr 2025 21:37:49 +0300 Subject: [PATCH] Create tsconfig.json --- tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tsconfig.json 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