Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 1e4bb08

Browse files
author
Bryan Knight
committed
fixes typo
1 parent 98e1033 commit 1e4bb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Compiler Options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Option | Type | Default
5656
`--skipLibCheck` | `boolean` | `false` | Don't check a the default library (`lib.d.ts`) file's valitidy.
5757
`--skipDefaultLibCheck` | `boolean` | `false` | Don't check a user-defined default library (`*.d.ts`) file's valitidy.
5858
`--sourceMap` | `boolean` | `false` | Generates corresponding '.map' file.
59-
`--sourceRoot` | `string` | `null` | Specifies the location where debugger should locate TypeScript files instead of source locations. Use this flag if the sources will be located at run-time in a different location than that at design-time. The location specified will be embedded in the sourceMap to direct the debugger where the source files where be located.
59+
`--sourceRoot` | `string` | `null` | Specifies the location where debugger should locate TypeScript files instead of source locations. Use this flag if the sources will be located at run-time in a different location than that at design-time. The location specified will be embedded in the sourceMap to direct the debugger where the source files will be located.
6060
`--strictNullChecks` | `boolean` | `false` | In strict null checking mode, the `null` and `undefined` values are not in the domain of every type and are only assignable to themselves and `any` (the one exception being that `undefined` is also assignable to `void`).
6161
`--stripInternal`<sup>[1]</sup> | `boolean` | `false` | Do not emit declarations for code that has an `/** @internal */` JSDoc annotation.
6262
`--suppressExcessPropertyErrors` | `boolean` | `false` | Suppress excess property checks for object literals.

0 commit comments

Comments
 (0)