You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Many people want to use Svelte with TypeScript. With svelte-preprocess, a fitting rollup-config and Svelte extension from VSCode this is working good already.
How important is this feature to you?
Important to get the word out that Svelte supports TypeScript in the component-template as well.
Related issues
This issue is based on the issue in the svelte/svelte repository. The app-template is already "migrated" to TypeScript, but this issue addresses the component-template.
Is your feature request related to a problem? Please describe.
Many people want to use Svelte with TypeScript. With
svelte-preprocess, a fitting rollup-config and Svelte extension from VSCode this is working good already.Describe the solution you'd like
Add a
sveltejs/typescript-component-templatesimilar to https://github.com/sveltejs/component-template.How important is this feature to you?
Important to get the word out that Svelte supports TypeScript in the component-template as well.
Related issues
This issue is based on the issue in the
svelte/svelterepository. The app-template is already "migrated" to TypeScript, but this issue addresses the component-template.