The "exports" configuration in the package appears to be incorrect. The values for "require" and "import" should be switched. As a result, I'm unable to import your package in my Vue + TypeScript project.
The "package.json" in the GitHub repository is correct, but the "package.json" that was pushed to npm is not. You can check out the vue-rewards npm package for reference.
The "exports" configuration in the package appears to be incorrect. The values for "require" and "import" should be switched. As a result, I'm unable to import your package in my Vue + TypeScript project.
The "package.json" in the GitHub repository is correct, but the "package.json" that was pushed to npm is not. You can check out the vue-rewards npm package for reference.