diff --git a/tests/integration/tsconfig.json b/tests/integration/tsconfig.json index 2771cd805..e11b3381d 100644 --- a/tests/integration/tsconfig.json +++ b/tests/integration/tsconfig.json @@ -6,7 +6,8 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, - "experimentalDecorators": true + "experimentalDecorators": true, + "resolveJsonModule": true }, "include": ["**/*.ts", "**/*.d.ts"] }