Closed AeonLucid closed 2 years ago
import { blabla } from "./utils";
Should be:
import { blabla } from "./utils.js";
(Like Node.js we require the extension to be explicitly provided.)
Shouldn't it be .ts?
No, it's the compiled name (which is a bit confusing indeed).
can it be automatically converted?
@0x5e There's no need, the TypeScript compiler understands it and expects it that way.
Host Windows 10 Target iOS
index.ts
utils.ts
Error