1.0.6 • Published 12 months ago

@nativescript-dom/svelte-types v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

svelte-types

Typescript types for svelte-native that work in .svelte files to give you proper and complete intellisense in code editors.

Installtion

  1. Install the core and svelte types in your project
npm install @nativescript-dom/core-types @nativescript-dom/svelte-types --save-dev
  1. Configure tsconfig.json as below
{
  "compilerOptions": {
    ...
    "types": [
        "node",
        "@nativescript-dom/core-types",
        "@nativescript-dom/svelte-types"
        ],
...
  }

That's it, enjoy a fully typed svelte-native experience.

MIT Licensed

1.0.6

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago