From 29838f47342c10d5fd2a48c1da4675aacddae13e Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 4 May 2023 14:25:17 +0200 Subject: [PATCH] Enable resolving JSON modules. --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 5371e8d..79143ce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ ], "module": "ES2022", "moduleResolution": "Node", + "resolveJsonModule": true, "strict": true, "target": "ES2022" },