⚠️ Attention!

June 24, 2019 · View on GitHub

The project moved to this monorepo https://github.com/pyoner/svelte-typescript

Typescript definitions for Svelte v3

Install

npm i -D @pyoner/svelte-types

How to use?

Add to your tsconfig.json

{
  "compilerOptions": {
    // ... your config
    "types": ["@pyoner/svelte-types"]
  }
}

Contents

  1. 1Install
  2. 2How to use?