When using a svelte-preprocess external files feature I create an external TypeScript file for a component and assign some values to variables in there and import something else to it, the Svelte component I then use this .ts file in marks the imports as not imported. On the other end, the value used in the component remains "unused" in the .ts files. The preprosessor itself works correctly and provides the values as it should.
When using a svelte-preprocess external files feature I create an external TypeScript file for a component and assign some values to variables in there and import something else to it, the Svelte component I then use this .ts file in marks the imports as not imported. On the other end, the value used in the component remains "unused" in the .ts files. The preprosessor itself works correctly and provides the values as it should.