You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/tsconfig.json.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ If a segment of a glob pattern includes only `*` or `.*`, then only files with s
82
82
83
83
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.
84
84
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.
86
86
87
87
Files included using `"include"` can be filtered using the `"exclude"` property.
88
88
However, files included explicitly using the `"files"` property are always included regardless of `"exclude"`.
0 commit comments