Skip to content

Commit

Permalink
Update ts-configs to not reference the deleted "replay" package (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn authored Jul 10, 2024
1 parent 93e8732 commit 9c54459
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions packages/cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "../replay"
},
{
"path": "../test-utils"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/jest/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "../replay"
},
{
"path": "../test-utils"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/playwright/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "../replay"
},
{
"path": "../test-utils"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/puppeteer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "../replay"
},
{
"path": "../test-utils"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/test-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "../replay"
},
{
"path": "../shared"
}
Expand Down

0 comments on commit 9c54459

Please sign in to comment.