fabric-samples/asset-transfer-basic/chaincode-typescript
Tatsuya Sato 8c1c36ae09 Fix type error when using the latest sort-keys-recursive
The latest version (2.1.2) of sort-keys-recursive adds TypeScript
typing, which includes export default function.
This change has caused the TS2349 type error.

This patch modifies the import form in assetTransfer.ts to fix the error.

Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
2021-11-05 11:47:55 -04:00
..
src Fix type error when using the latest sort-keys-recursive 2021-11-05 11:47:55 -04:00
.gitignore Revert "Remove Typescript References (#258)" (#261) 2020-07-23 17:06:57 +02:00
package.json Fix type error when using the latest sort-keys-recursive 2021-11-05 11:47:55 -04:00
tsconfig.json Fix type error when using the latest sort-keys-recursive 2021-11-05 11:47:55 -04:00
tslint.json Decorate Typescript Chaincode 2020-07-27 23:51:51 -04:00