aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-28 16:40:08 -0700
committerFuwn <[email protected]>2024-09-28 16:40:12 -0700
commit802dcc9f5a4b2f0824e2600cd080d33691056d16 (patch)
tree23c194f2410e21009981a8e475e703bd210b5b4e /tsconfig.json
parentfeat(html): update analytics url (diff)
downloaddue.moe-802dcc9f5a4b2f0824e2600cd080d33691056d16.tar.xz
due.moe-802dcc9f5a4b2f0824e2600cd080d33691056d16.zip
feat(api): set up graphql api
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
}