Skip to content

Commit ee65580

Browse files
authored
Update files.md
1 parent 8fdd786 commit ee65580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/project/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use `include` and `exclude` to specify files / folders / globs. E.g.:
2020
* For globs : `**/*` (e.g. sample usage `somefolder/**/*`) means all folder and any files (the extensions `.ts`/`.tsx` will be assumed and if `allowJs:true` so will `.js`/`.jsx`)
2121

2222
### `files` option
23-
You can also use `files` to be explicit.
23+
Alternatively, you can use `files` to be explicit:
2424

2525
```json
2626
{

0 commit comments

Comments
 (0)