Skip to content

Commit ad1cdcb

Browse files
committed
fix: correct path
1 parent 3c5d447 commit ad1cdcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "../../../tsconfig.json",
33
"include": ["src"]
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "../../tsconfig.json",
2+
"extends": "../../../tsconfig.json",
33
"include": ["src"]
44
}

0 commit comments

Comments
 (0)