Skip to content

Enable esModuleInterop

This MR enables TypeScript compile option esModuleInterop.

This is a prerequisite for using esbuild to bundle all extension source code (#453 (closed))

Official documentation recommends this setting to be turned on.

More detailed explanation on SO for reference: typescript - Understanding esModuleInterop in tsconfig file - Stack Overflow

Related to #453 (closed)

Edited by Tomas Vik

Merge request reports