diff --git a/tsconfig.json b/tsconfig.json index 9a2251a2..23b5fd0b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ ], "esModuleInterop": true, "allowJs": true, + "resolveJsonModule": true, "sourceMap": true, "strict": true, "noEmit": true,