8000 Merge pull request #597 from cthogg/patch-4 · abhijit-hota/typescript-book@d8a4385 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit d8a4385

Browse files
authored
Merge pull request basarat#597 from cthogg/patch-4
Change either to also
2 parents fae1a74 + ee65580 commit d8a4385

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 either use `files` to be explicit.
23+
Alternatively, you can use `files` to be explicit:
2424

2525
```json
2626
{

0 commit comments

Comments
 (0)
0