You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To use CommonJS, you will need to use `module: "commonjs"` and `moduleResolution: "node"`. For whatever reason, TypeScript can't deal with requires in exports that have both import and require available. If anyone has any better information or a way to work around this, I'd love to know more. It would be good to be able to support `Node16` module resolution and CommonJS together. DOT already supports being either required or imported from pure JavaScript projects.