aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-16 01:01:18 +0100
committerFlorian Dold <florian@dold.me>2023-02-16 02:50:29 +0100
commit8e78bf73a0bf30961e52b68ae1cc8c5d75c991e0 (patch)
treed808846a6d04876fc62cc9970e9e16cedba83a61 /packages/web-util/tsconfig.json
parent825d2c4352022e7397854b2bd9ba7d3589873c07 (diff)
downloadwallet-core-8e78bf73a0bf30961e52b68ae1cc8c5d75c991e0.tar.xz
web-util fixes
Diffstat (limited to 'packages/web-util/tsconfig.json')
-rw-r--r--packages/web-util/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web-util/tsconfig.json b/packages/web-util/tsconfig.json
index aede0a0ac..3965f537d 100644
--- a/packages/web-util/tsconfig.json
+++ b/packages/web-util/tsconfig.json
@@ -6,7 +6,7 @@
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
- "moduleResolution": "Node",
+ "moduleResolution": "Node16",
"sourceMap": true,
"lib": [
"es6"
@@ -31,4 +31,4 @@
"include": [
"src/**/*"
]
-} \ No newline at end of file
+}