From 8db38f3f8d3d1f96f9138c9d0766706328a50b5b Mon Sep 17 00:00:00 2001 From: RealBeepMcJeep Date: Wed, 30 Aug 2023 12:26:28 -0700 Subject: [PATCH] we require(json) in our code like animals --- jsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index 790faa9d..652e04b1 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -7,7 +7,8 @@ "strictFunctionTypes": true, "checkJs": true, "allowUmdGlobalAccess": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "resolveJsonModule": true }, "exclude": [ "node_modules",