aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/tsconfig.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-04-21 11:05:26 -0300
committerSebastian <sebasjm@gmail.com>2023-04-21 11:05:26 -0300
commit1ee962fbd8a250a185b56ea72b13da7830dc16e9 (patch)
tree21f6de37e7e84fec676f5c5dbe9ba17afe92d97d /packages/web-util/tsconfig.json
parentdbb3529b4909663a02c6a410777795294f0b5a16 (diff)
downloadwallet-core-1ee962fbd8a250a185b56ea72b13da7830dc16e9.tar.xz
tsc ask to export type from web-util
Diffstat (limited to 'packages/web-util/tsconfig.json')
-rw-r--r--packages/web-util/tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/web-util/tsconfig.json b/packages/web-util/tsconfig.json
index e2ac248aa..fc558e59b 100644
--- a/packages/web-util/tsconfig.json
+++ b/packages/web-util/tsconfig.json
@@ -1,6 +1,8 @@
{
"compilerOptions": {
"composite": true,
+ "declaration": true,
+ "declarationMap": false,
"target": "ES6",
"module": "ESNext",
"jsx": "react",