diff --git a/tsconfig.json b/tsconfig.json index 062849b5f..e47cd8303 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,5 @@ "resolveJsonModule": true, "isolatedModules": true }, - "include": ["src", "e2e", "__tests__/e2e/GeneralSvgRenderingTest.spec.tsx"] + "include": ["src"] }