Skip to content

Commit 87c37fc

Browse files
committed
chore: overwrite tsconfig excludes
1 parent fd86c9c commit 87c37fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.eslint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "./tsconfig.json",
3-
"include": ["**/*.ts"]
3+
"include": ["**/*.ts"],
4+
"exclude": []
45
}

0 commit comments

Comments
 (0)