Enforcing .js Module Imports in TypeScript
I see in effect codebase, the module imports are enforces using
I tried the
.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.