Skip to content

Commit 10c6708

Browse files
Fix reference to tsconfig.json
1 parent 814acfa commit 10c6708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)