aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/helpers.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/helpers.ts
parentb1500241f7672c8f73047014c55ff723595c3d13 (diff)
downloadwallet-core-4da4380480ec7026a1ef8f10589d60669a462497.tar.xz
always use .js extension to make node module loader happy
Diffstat (limited to 'packages/taler-util/src/helpers.ts')
-rw-r--r--packages/taler-util/src/helpers.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-util/src/helpers.ts b/packages/taler-util/src/helpers.ts
index e269bd46b..fb0cd8a2b 100644
--- a/packages/taler-util/src/helpers.ts
+++ b/packages/taler-util/src/helpers.ts
@@ -21,9 +21,9 @@
/**
* Imports.
*/
-import { AmountJson } from "./amounts";
-import * as Amounts from "./amounts";
-import { URL } from "./url";
+import { AmountJson } from "./amounts.js";
+import * as Amounts from "./amounts.js";
+import { URL } from "./url.js";
/**
* Show an amount in a form suitable for the user.