Skip to content

Commit 871ecb0

Browse files
Fix typo
1 parent 0205e52 commit 871ecb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tsconfig.json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If a segment of a glob pattern includes only `*` or `.*`, then only files with s
8282

8383
If the `"files"` and `"include"` are both left unspecified, the compiler defaults to including all TypeScript (`.ts`, `.d.ts` and `.tsx`) files in the containing directory and subdirectories except those excluded using the `"exclude"` property. JS files (`.js` and `.jsx`) are also included if `allowJs` is set to true.
8484
If the `"files"` or `"include"` properties are specified, the compiler will instead include the union of the files included by those two properties.
85-
Files in the directory specified using the `"outDir"` compiler option are excluded as long as `"exclude"` property is not specfied.
85+
Files in the directory specified using the `"outDir"` compiler option are excluded as long as `"exclude"` property is not specified.
8686

8787
Files included using `"include"` can be filtered using the `"exclude"` property.
8888
However, files included explicitly using the `"files"` property are always included regardless of `"exclude"`.

0 commit comments

Comments
 (0)