Closed artvinn closed 3 years ago
Hi there.
Noticed that 'setup instructions' link in Typescript FAQ section is broken.
And it seems like I need it 😅 because can't get typescript working for .svelte files. I can see TS intellisense if I change from lang="ts" to lang="typescript", but it disappears almost instantly.
.svelte
lang="ts"
lang="typescript"
Hi there.
Noticed that 'setup instructions' link in Typescript FAQ section is broken.
And it seems like I need it 😅 because can't get typescript working for
.svelte
files. I can see TS intellisense if I change fromlang="ts"
tolang="typescript"
, but it disappears almost instantly.