Skip to content

Commit 4522b4a

Browse files
authored
Update files.md
1 parent 2a656c1 commit 4522b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/project/files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ or `include` and `exclude` to specify files. e.g.
1616
```json
1717
{
1818
"include":[
19-
"./folder/**/*"
19+
"./folder"
2020
],
2121
"exclude":[
2222
"./folder/**/*.spec.ts",
@@ -28,4 +28,4 @@ or `include` and `exclude` to specify files. e.g.
2828
Some notes:
2929

3030
* if `files` are specified other options are ignored
31-
* `**/*` means all folder and any files (the extensions `.ts`/`.tsx` will be included and even `.js`/`.jsx` if `allowJs` is true).
31+
* `**/*` (e.g. sample usage `somefolder/**/*`) means all folder and any files (the extensions `.ts`/`.tsx` will be included and even `.js`/`.jsx` if `allowJs` is true)

0 commit comments

Comments
 (0)