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",