kit-template-default icon indicating copy to clipboard operation
kit-template-default copied to clipboard

TypeScript template support

Open hyunbinseo opened this issue 2 years ago • 1 comments
trafficstars

Any plans to support the TypeScript app template?

It would greatly improve the StackBlitz experience (which seems to use this template).

Currently seems to use the following configurations.

┌  Welcome to SvelteKit!
│
◇  Which Svelte app template?
│  SvelteKit demo app
│
◇  Add type checking with TypeScript?
│  Yes, using JavaScript with JSDoc comments
│
◇  Select additional options (use arrow keys/space bar)
│  Add Prettier for code formatting
│
└  Your project is ready!

hyunbinseo avatar May 13 '23 02:05 hyunbinseo

Created a repository that can be referenced.

https://github.com/hyunbinseo/svelte-kit-templates

  • Automatically generates TS and JSDoc templates.
  • Can be opened directly on the StackBlitz website.

hyunbinseo avatar May 13 '23 03:05 hyunbinseo