fabric-samples/asset-transfer-basic/chaincode-typescript
Tatsuya Sato 063ad60ddf 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>
(cherry picked from commit 8c1c36ae09)

# Conflicts:
#	asset-transfer-basic/chaincode-javascript/package.json
#	asset-transfer-basic/chaincode-typescript/package.json
#	asset-transfer-basic/chaincode-typescript/src/assetTransfer.ts
2021-11-05 15:49:32 +00:00
..
src Fix type error when using the latest sort-keys-recursive 2021-11-05 15:49:32 +00: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 15:49:32 +00:00
tsconfig.json Fix type error when using the latest sort-keys-recursive 2021-11-05 15:49:32 +00:00
tslint.json Decorate Typescript Chaincode 2020-07-27 23:51:51 -04:00