lackita

Results 3 issues of lackita

These are the changes necessary to get things running on my particular setup. I tried to keep the tweaks fairly minimal, the primary goal to just get things up and...

Svelte requires a 5.0.0+ version of typescript, so updating to the most recent version.

Ran into an issue following the [Svelte documentation](https://docs.obsidian.md/Plugins/Getting+started/Use+Svelte+in+your+plugin). It wants me to run this command: ``` npm install --save-dev svelte svelte-preprocess @tsconfig/svelte esbuild-svelte ``` When I do so from a...