Svelte finally announced TypeScript support, which means the TypeScript Svelte template is (slightly) out-of-date: it uses a custom TS setup, and it should probably be updated to closely match the new setup recommended by the Svelte team.
Tasks would include:
<script> to <script lang="ts">"extends": "@tsconfig/svelte/tsconfig.json" to tsconfig.json (and possibly deleting most if not all of the rest of the config)svelte and svelte-check dependency versions in both app-template-svelte and app-template-svelte-typescriptThis would be a great first issue for someone!
cc @davidleger95 no pressure at all but this is a good intro to the repo!
Awesome! I鈥檒l take a look at it tomorrow 馃檪
Resolved as part of #660
Most helpful comment
cc @davidleger95 no pressure at all but this is a good intro to the repo!