aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-22 20:04:19 -0800
committerFuwn <[email protected]>2026-01-22 20:04:19 -0800
commitf78ed80d3846b9660e1aef32f55b9efea25a73fe (patch)
tree871d8dcd812d39fea7de21ef27f83e8cb58a9422 /tsconfig.json
parentfix(EpisodeDiscussionCollector): Improve filtering (diff)
downloaddue.moe-f78ed80d3846b9660e1aef32f55b9efea25a73fe.tar.xz
due.moe-f78ed80d3846b9660e1aef32f55b9efea25a73fe.zip
refactor(configuration): Replace svelte-preprocess with vitePrepreocess
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 90152e48..949c7c2a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,6 +13,7 @@
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
- "rootDirs": [".", "./.svelte-kit/types", "./.sveltekit-graphql/types", "./$houdini/types"]
+ "rootDirs": [".", "./.svelte-kit/types", "./.sveltekit-graphql/types", "./$houdini/types"],
+ "verbatimModuleSyntax": true
}
}