diff --git a/platform/viewer/public/config/default.js b/platform/viewer/public/config/default.js index bc3d7e04f..d73f8aed5 100644 --- a/platform/viewer/public/config/default.js +++ b/platform/viewer/public/config/default.js @@ -1,6 +1,6 @@ window.config = { routerBasename: '/', - // whiteLabelling: {}, + // whiteLabeling: {}, extensions: [], modes: [], customizationService: { diff --git a/tsconfig.json b/tsconfig.json index 04989dbbd..447924561 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ // Ensure that Babel can safely transpile files in the TypeScript project "isolatedModules": false, "jsx": "react", + "resolveJsonModule": true, "esModuleInterop": true, "sourceMap": true, "declaration": true,