Closed y-y-yoshi closed 4 years ago
Hi,
when using the typescript type import in the script tag in a svelte file like this:
<script lang="typescript"> import type Foo from "./foo"; .... </script>
the import is marked as broken, although serving the app works fine.
TS it not yet supported.
Works in newest release!
Hi,
when using the typescript type import in the script tag in a svelte file like this:
the import is marked as broken, although serving the app works fine.