site: faq: svelte-preprocess is now an official project (#4997)

pull/7738/head
Ben McCann 5 years ago committed by GitHub
parent b65334ca15
commit 0f2721dd5b

@ -2,7 +2,7 @@
question: What about Typescript support? question: What about Typescript support?
--- ---
You need to install a [community supported preprocessor](https://github.com/sveltejs/integrations#preprocessors) such as [svelte-preprocess](https://github.com/kaisermann/svelte-preprocess). Work is ongoing to improve [IDE support](https://github.com/sveltejs/language-tools/issues/83). You can also run type checking from the command line with [svelte-check](https://www.npmjs.com/package/svelte-check). You need to install a preprocessor such as [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess). Work is ongoing to improve [IDE support](https://github.com/sveltejs/language-tools/issues/83). You can also run type checking from the command line with [svelte-check](https://www.npmjs.com/package/svelte-check).
To declare the type of a reactive variable in a Svelte template, you can use the following syntax: To declare the type of a reactive variable in a Svelte template, you can use the following syntax:
``` ```

Loading…
Cancel
Save