From 8f32b9f5c9f14970d29a87d017070b51e5b3799b Mon Sep 17 00:00:00 2001 From: mister-ben Date: Mon, 5 Jun 2023 19:53:36 +0200 Subject: [PATCH] fix: revert resolveJsonModule in tsconfig (#8310) --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 46c83a27ac..1311702d2c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "declarationMap": true, "skipLibCheck": true, "checkJs": false, - "preserveWatchOutput": true, - "resolveJsonModule": true + "preserveWatchOutput": true } } \ No newline at end of file