summaryrefslogtreecommitdiff
path: root/packages/taler-util/src/talerTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-12 16:06:40 +0200
committerFlorian Dold <florian@dold.me>2021-05-12 16:06:40 +0200
commit4da4380480ec7026a1ef8f10589d60669a462497 (patch)
treecb0e29a0c7d3a32cf1287d8a17b392105da18194 /packages/taler-util/src/talerTypes.ts
parentb1500241f7672c8f73047014c55ff723595c3d13 (diff)
downloadwallet-core-4da4380480ec7026a1ef8f10589d60669a462497.tar.gz
wallet-core-4da4380480ec7026a1ef8f10589d60669a462497.tar.bz2
wallet-core-4da4380480ec7026a1ef8f10589d60669a462497.zip
always use .js extension to make node module loader happy
Diffstat (limited to 'packages/taler-util/src/talerTypes.ts')
-rw-r--r--packages/taler-util/src/talerTypes.ts8
1 files changed, 3 insertions, 5 deletions
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.