Skip to content

Commit cfe4f82

Browse files
committed
test(replay): Fix replay test tsconfig
a) The comment is not allowed in a JSON file b) The path is not correct (anymore)
1 parent 14e5e48 commit cfe4f82

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
// TODO Once https://github.com/microsoft/TypeScript/issues/33094 is done (if it ever is), this file can disappear, as
2-
// it's purely a placeholder to satisfy VSCode.
3-
41
{
5-
"extends": "../tsconfig.test.json",
2+
"extends": "../../../tsconfig.test.json",
63

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

0 commit comments

Comments
 (0)