I tried to use it in react but i get this error:
TypeScript error in /Users/tec2/web/node_modules/@mattrglobal/bbs-signatures/lib/types/index.ts(14,10):
Cannot re-export a type when the '--isolatedModules' flag is provided. TS1205
12 | */
13 |
> 14 | export { BbsBlindSignContext } from "./BbsBlindSignContext";
| ^
15 | export { BbsBlindSignContextRequest } from "./BbsBlindSignContextRequest";
16 | export { BbsBlindSignRequest } from "./BbsBlindSignRequest";
17 | export { BbsCreateProofRequest } from "./BbsCreateProofRequest";
Any ideas how to avoid this error?
Thank you in advance!