I'm really enjoyed this package, but can you help me with something?
I'm trying to use this package with ts-node, but it rejects the "exports": "./index.js" of the package because my compilerOptions.module need to be a CJS.
I'm here to suggest ship ESM & CJS with the following configuration:
I'm really enjoyed this package, but can you help me with something?
I'm trying to use this package with ts-node, but it rejects the
"exports": "./index.js"
of the package because mycompilerOptions.module
need to be a CJS.I'm here to suggest ship ESM & CJS with the following configuration:
ansi-escapes/package.json
Is this viable ? Need help ?