Skip to content

Commit 505214b

Browse files
committed
address cursorbot comment
1 parent 8651a44 commit 505214b

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

0 commit comments

Comments
 (0)