### Describe the problem Most people using Svelte will use typescript, why not default the script module to that language? ### Describe the proposed solution Default the script tag to TS as the language. So instead of <script lang="ts>, just <script>. ### Importance would make my life easier