diff options
| author | Fuwn <[email protected]> | 2026-01-22 20:04:19 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-22 20:04:19 -0800 |
| commit | f78ed80d3846b9660e1aef32f55b9efea25a73fe (patch) | |
| tree | 871d8dcd812d39fea7de21ef27f83e8cb58a9422 /tsconfig.json | |
| parent | fix(EpisodeDiscussionCollector): Improve filtering (diff) | |
| download | due.moe-f78ed80d3846b9660e1aef32f55b9efea25a73fe.tar.xz due.moe-f78ed80d3846b9660e1aef32f55b9efea25a73fe.zip | |
refactor(configuration): Replace svelte-preprocess with vitePrepreocess
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
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 } } |