long.js
long.js copied to clipboard
Cannot import package using ES modules
When trying to import the package by following documentation, I am getting this error: "..long/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag, but that flag is already enabled in my typescript config.
Just noticed it's a duplicate of #109.