diff --git a/tsconfig.json b/tsconfig.json index 0a545b05ec..e27a60c91d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "noImplicitAny": false, // TODO: Enable once all existing code is typed "noUnusedLocals": true, "noUnusedParameters": true, + "resolveJsonModule": true, "skipLibCheck": true, "strictNullChecks": true, "strictPropertyInitialization": true,