TypeScriptCompiler icon indicating copy to clipboard operation
TypeScriptCompiler copied to clipboard

Import issue

Open Sinfolke opened this issue 7 months ago • 0 comments

On Windows when i try to use import from another file it shows an error: Снимок экрана 2024-07-25 161740 In console then it outputs:

test.ts:1:1: error: String.ts: Can't open: Unknown error (0xC1)
import String from 'String.ts';
^
test.ts:1:1: error: failed statement
import String from 'String.ts';
^

if the file is not with extensoin .ts the program waits for several seconds and quit out. I assume it attempts to run the file but it is a text document

Sinfolke avatar Jul 25 '24 13:07 Sinfolke