Effect CommunityEC
Effect Community14mo ago
4 replies
Victor Korzunin

Enforcing .js Module Imports in TypeScript

I see in effect codebase, the module imports are enforces using .js ending. And typescript is complaining if the ending is not used, how exactly it is achieved?
I tried the "moduleDetection": "force" and it did not work.
Was this page helpful?