Skip to content

Commit 5f7ccde

Browse files
authored
Merge pull request #173 from mnaoumov/patch-2
Update Use Svelte in your plugin.md
2 parents 09aa8c2 + c1aa3e9 commit 5f7ccde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/Plugins/Getting started/Use Svelte in your plugin.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you only want to use TypeScript's *type-only* features, you don't need `svelt
2424
> Svelte requires at least TypeScript 5.0. To update to Typescript 5.0 run the following in your terminal.
2525
>
2626
> ```bash
27-
> npm update typescript@~5.0.0
27+
> npm install typescript@~5.0.0
2828
> ```
2929
3030
2. Extend the `tsconfig.json` to enable additional type checking for common Svelte issues. `verbatimModuleSyntax` is needed for `svelte-preprocess` and `skipLibCheck` is needed for `svelte-check` to work correctly.
@@ -159,4 +159,4 @@ export class ExampleView extends ItemView {
159159
}
160160
```
161161

162-
See [[Views]] for more on how to incorporate this new view into the User Interface.
162+
See [[Views]] for more on how to incorporate this new view into the User Interface.

0 commit comments

Comments
 (0)