An open API service indexing awesome lists of open source software.

https://github.com/pyoner/svelte-types

Typescript definitions for Svelte v3
https://github.com/pyoner/svelte-types

svelte svelte-v3 sveltejs types typescript typing

Last synced: about 1 year ago
JSON representation

Typescript definitions for Svelte v3

Awesome Lists containing this project

README

          

# ⚠️ Attention!
The project moved to this monorepo https://github.com/pyoner/svelte-typescript

# Typescript definitions for Svelte v3

## Install
```bash
npm i -D @pyoner/svelte-types
```

## How to use?

Add to your `tsconfig.json`
```javascript
{
"compilerOptions": {
// ... your config
"types": ["@pyoner/svelte-types"]
}
}
```