Skip to content

Commit 50472bd

Browse files
committed
exclude doesnt work with lint-staged
1 parent 3c43339 commit 50472bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.lint-staged.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"emitDeclarationOnly": false,
55
"noEmit": true
66
},
7-
"include": ["**/*.ts"],
8-
"exclude": ["src/**/*"]
7+
"include": ["**/*.ts"]
98
}

0 commit comments

Comments
 (0)