Skip to content

nelonoel/sapper-typescript-esbuild-template

Repository files navigation

sapper-typescript-esbuild-template

Based on the default Sapper template with Typescript support through esbuild.

Getting started

Using degit

npx degit "nelonoel/sapper-typescript-esbuild-template" my-app

Using GitHub templates

Alternatively, you can use GitHub's template feature by clicking Use this template.

Features

  • 3x faster build and export
  • Compiles Typescript within .svelte files as well as .ts files
  • validate npm script
  • svelte-check pre-commit hook for .svelte files

Useful links