aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/tsconfig.json')
-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",