diff --git a/client/tsconfig.json b/client/tsconfig.json index 145739068be8..7391fec376d2 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -5,7 +5,6 @@ "allowJs": true, "strict": true, "module": "esnext", - "resolveJsonModule": true, "isolatedModules": true, "noImplicitAny": false, "noEmit": true, diff --git a/tsconfig.json b/tsconfig.json index 761477bbdb1d..bb6cbc74f27d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "forceConsistentCasingInFileNames": true, "jsx": "react-jsx", "moduleResolution": "node", + "resolveJsonModule": true, "skipLibCheck": true, "strictBindCallApply": true, "target": "ES2018",