Whenever I attempt to execute the application, an error is consistently displayed to me. Here is a screenshot of the error: https://i.sstatic.net/jfo3X.png
This issue always arises on the initial import type line, regardless of the content or arrangement of imports. If I change them all to regular imports, then the error will occur on the first line of the class instead, with the same message but referencing a different line.
To create this project, I followed the instructions provided by svelte.dev
npx degit sveltejs/template svelte-typescript-app
cd svelte-typescript-app
node scripts/setupTypeScript.js
Edit: Everything functions correctly when using a different file