npm run build
gives me error like below
Error parsing: ...
Error: error occured in dts build
at Worker.<anonymous> (./node_modules/tsup/dist/index.js:1539:26)
at Worker.emit (node:events:517:28)
at MessagePort.<anonymous> (node:internal/worker:243:53)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:757:20)
at exports.emitMessage (node:internal/per_context/messageport:23:28)
DTS Build error
type ProtocolParameterSchemaType = {
a: string;
b: string;
c: string;
d: string;
e: {
paymentCredential:
| {
VerificationKeyHash: {
hash: string;
};
}
| {
ScriptHash: {
hash: string;
};
};
stakeCredential: {
inline:
| {
VerificationKeyHash: {
hash: string;
};
}
| {
ScriptHash: {
hash: string;
};
};
} | null;
};
f: bigint;
g: string;
h: Data[];
};
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too