mwoffliner icon indicating copy to clipboard operation
mwoffliner copied to clipboard

Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'

Open VadimKovalenkoSNF opened this issue 1 year ago • 0 comments

There is a Typescript bug that forces us to use .js files when using node import syntax. Check the discussion here for more info: https://github.com/microsoft/TypeScript/issues/49083 Current Typescript version for the mwoffliner: 4.9.4

VadimKovalenkoSNF avatar Sep 06 '23 08:09 VadimKovalenkoSNF