Description
Hello, this is a very cool library. Is it possible to run it without "type": "module" in package.json?
Suggested solution
Without this "type": "module" setting, it won't run. That is, it's impossible to write a startup script in CommonJS.
{
"name": "my-project",
"version": "0.0.0",
"author": "pivo@pivo.ru",
"homepage": ".",
"type": "module",
}
Alternative
No response
Additional context
No response
Description
Hello, this is a very cool library. Is it possible to run it without "type": "module" in package.json?
Suggested solution
Without this "type": "module" setting, it won't run. That is, it's impossible to write a startup script in CommonJS.
{
"name": "my-project",
"version": "0.0.0",
"author": "pivo@pivo.ru",
"homepage": ".",
"type": "module",
}
Alternative
No response
Additional context
No response