Skip to content

Commit

Permalink
test(replay): Fix replay test tsconfig
Browse files Browse the repository at this point in the history
a) The comment is not allowed in a JSON file
b) The path is not correct (anymore)
  • Loading branch information
mydea committed Nov 30, 2022
1 parent 14e5e48 commit cfe4f82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/replay/test/unit/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// TODO Once https://github.com/microsoft/TypeScript/issues/33094 is done (if it ever is), this file can disappear, as
// it's purely a placeholder to satisfy VSCode.

{
"extends": "../tsconfig.test.json",
"extends": "../../../tsconfig.test.json",

"include": ["./**/*"]
}

0 comments on commit cfe4f82

Please sign in to comment.