Remove the error on importing a json document in esm files in moduleResolution: nodenext
#47819
Labels
dependencies
Pull requests that update a dependency file
Domain: ES Modules
The issue relates to import/export style module behavior
As of today esm json module support is unflagged in node, which means our
moduleResolution: nodenexttarget should probably no longer issue an error on it whenresolveJsonModuleis set. It's still appropriate to issue the error fornode12, probably.The text was updated successfully, but these errors were encountered: