Skip to content

Commit af0b57c

Browse files
committed
refactor: correct tsconfig.json extends path
Correct the path.
1 parent 7d3e0ad commit af0b57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig-test.json",
2+
"extends": "../tsconfig-test.json",
33
"compilerOptions": { "paths": {} },
44
"exclude": ["e2e/assets/**"]
55
}

0 commit comments

Comments
 (0)