Hello,
I'm trying to import the ES module version of the library in an Angular 15 project and I get the following error:

I see that there is an export in package.json but it doesn't seem to work.
Aditional info: I installed the dependency "js-quantities": "^1.8.0" and the devDependency @types/js-quantities": "^1.6.3"
Hello,
I'm trying to import the ES module version of the library in an Angular 15 project and I get the following error:
I see that there is an export in package.json but it doesn't seem to work.
Aditional info: I installed the dependency
"js-quantities": "^1.8.0"and the devDependency@types/js-quantities": "^1.6.3"