From 4da4380480ec7026a1ef8f10589d60669a462497 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 12 May 2021 16:06:40 +0200 Subject: always use .js extension to make node module loader happy --- packages/taler-util/src/talerTypes.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'packages/taler-util/src/talerTypes.ts') diff --git a/packages/taler-util/src/talerTypes.ts b/packages/taler-util/src/talerTypes.ts index bc04fc2f6..db20234cf 100644 --- a/packages/taler-util/src/talerTypes.ts +++ b/packages/taler-util/src/talerTypes.ts @@ -17,8 +17,6 @@ /** * Type and schema definitions and helpers for the core GNU Taler protocol. * - * All types here should be "@Checkable". - * * Even though the rest of the wallet uses camelCase for fields, use snake_case * here, since that's the convention for the Taler JSON+HTTP API. */ @@ -40,14 +38,14 @@ import { codecForConstNumber, buildCodecForUnion, codecForConstString, -} from "./codec"; +} from "./codec.js"; import { Timestamp, codecForTimestamp, Duration, codecForDuration, -} from "./time"; -import { codecForAmountString } from "./amounts"; +} from "./time.js"; +import { codecForAmountString } from "./amounts.js"; /** * Denomination as found in the /keys response from the exchange. -- cgit v1.2.3