Skip to content

Commit

Permalink
Fix typo in Compiler Options.md (#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeezi authored Sep 1, 2023
1 parent 087d11b commit 1322cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1462,5 +1462,5 @@ tsc app.ts util.ts --target esnext --outfile index.js
## Related

- Every option is fully explained in the [TSConfig Reference](/tsconfig).
- Learn how to use a [`tsconfig.json`](/docs/handbook/tsconfig-json.html) files.
- Learn how to use a [`tsconfig.json`](/docs/handbook/tsconfig-json.html) file.
- Learn how to work in an [MSBuild project](/docs/handbook/compiler-options-in-msbuild.html).

0 comments on commit 1322cde

Please sign in to comment.