Awesome
⚠️ Attention!
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"]
}
}