aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-04-24 11:43:23 -0300
committerSebastian <sebasjm@gmail.com>2023-04-24 11:57:19 -0300
commitfdd56335309017016362fa4a9ead606fdae9ee7e (patch)
treedb9cadafbee685f9f3477cb3d3bec198ad118682 /packages/web-util
parent9660d07c602d1164c76d593b30b2d5fe9c611aa5 (diff)
downloadwallet-core-fdd56335309017016362fa4a9ead606fdae9ee7e.tar.xz
using build from web-utils
Diffstat (limited to 'packages/web-util')
-rw-r--r--packages/web-util/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web-util/tsconfig.json b/packages/web-util/tsconfig.json
index fc558e59b..fc69cad06 100644
--- a/packages/web-util/tsconfig.json
+++ b/packages/web-util/tsconfig.json
@@ -2,7 +2,7 @@
"compilerOptions": {
"composite": true,
"declaration": true,
- "declarationMap": false,
+ "declarationMap": true,
"target": "ES6",
"module": "ESNext",
"jsx": "react",