diff --git a/tsconfig.json b/tsconfig.json index eee478a9c10..a87ea4b78e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "jsx": "react", "importHelpers": true, "moduleResolution": "node", + "resolveJsonModule": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true,