diff --git a/tsconfig.json b/tsconfig.json index 63e6b38825..a67dd148ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "strict": true, "module": "ESNext", "moduleResolution": "node", + "resolveJsonModule": true, "outDir": "./dist/", "checkJs": false, "strictNullChecks": true,