After setting the whole thing up, I found out that running the bookshop browser on components using typescript gives an error:
bookshop-import-file:components/sample/sample.svelte__bookshop_file__:1:17: note: The plugin "esbuild-svelte" was triggered by this import
1 │ import file from "./components/sample/sample. Svelte";
Hmm I haven't explicitly added any typescript support so I assume it isn't getting through Bookshop's loaders. I'll look into this, it should be possible 🙂
After setting the whole thing up, I found out that running the bookshop browser on components using typescript gives an error:
sample.svelte:
Does this mean typescript is currently not supported at all?