The project moved to this monorepo https://github.com/pyoner/svelte-typescript
npm i -D @pyoner/svelte-types
Add to your tsconfig.json
tsconfig.json
{ "compilerOptions": { // ... your config "types": ["@pyoner/svelte-types"] } }