msgport / ormpexer

1 stars 0 forks source link

Fix plus bigint #2

Closed fewensa closed 2 months ago

fewensa commented 2 months ago
⨯ Unable to compile TypeScript: src/ContractMsgport.ts(70,17): error TS2365: Operator '+' cannot be applied to types 'bigint' and '1'. src/ContractMsgport.ts(141,12): error TS2365: Operator '+' cannot be applied to types 'bigint' and '1'. src/ContractMsgport.ts(142,15): error TS2365: Operator '+' cannot be applied to types 'bigint' and '1'.