diff --git a/packages/cypress/tsconfig.json b/packages/cypress/tsconfig.json index 65b56855..8e34f15d 100644 --- a/packages/cypress/tsconfig.json +++ b/packages/cypress/tsconfig.json @@ -7,9 +7,6 @@ }, "include": ["src/**/*.ts"], "references": [ - { - "path": "../replay" - }, { "path": "../test-utils" } diff --git a/packages/jest/tsconfig.json b/packages/jest/tsconfig.json index 2f0ca5c5..dab46638 100644 --- a/packages/jest/tsconfig.json +++ b/packages/jest/tsconfig.json @@ -5,9 +5,6 @@ }, "include": ["src/**/*.ts"], "references": [ - { - "path": "../replay" - }, { "path": "../test-utils" } diff --git a/packages/playwright/tsconfig.json b/packages/playwright/tsconfig.json index b9151fe4..36cf5c0e 100644 --- a/packages/playwright/tsconfig.json +++ b/packages/playwright/tsconfig.json @@ -6,9 +6,6 @@ }, "include": ["src/**/*.ts"], "references": [ - { - "path": "../replay" - }, { "path": "../test-utils" } diff --git a/packages/puppeteer/tsconfig.json b/packages/puppeteer/tsconfig.json index 4c647600..9843091b 100644 --- a/packages/puppeteer/tsconfig.json +++ b/packages/puppeteer/tsconfig.json @@ -6,9 +6,6 @@ }, "include": ["src/**/*.ts"], "references": [ - { - "path": "../replay" - }, { "path": "../test-utils" } diff --git a/packages/test-utils/tsconfig.json b/packages/test-utils/tsconfig.json index 5173407e..868a3fb2 100644 --- a/packages/test-utils/tsconfig.json +++ b/packages/test-utils/tsconfig.json @@ -7,9 +7,6 @@ }, "include": ["src/**/*.ts"], "references": [ - { - "path": "../replay" - }, { "path": "../shared" }