aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json11
1 files changed, 2 insertions, 9 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a34c1174..a45f7467 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -9,17 +9,10 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
-
- // https://github.com/sveltejs/svelte/blob/master/packages/svelte/tsconfig.json
"stripInternal": true,
-
"noImplicitThis": true,
"noUnusedLocals": true,
- "noUnusedParameters": true
+ "noUnusedParameters": true,
+ "rootDirs": [".", "./.svelte-kit/types", "./.sveltekit-graphql/types", "./$houdini/types"]
}
-
- // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
- //
- // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
- // from the referenced tsconfig.json - TypeScript does not merge them in
}