From 0595964572ce2a0c5b879f20eb672f16444437df Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 18 May 2015 15:40:56 -0700 Subject: [PATCH] Updated Compiler Options (markdown) --- Compiler-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler-Options.md b/Compiler-Options.md index a7c7879..4ff2703 100644 --- a/Compiler-Options.md +++ b/Compiler-Options.md @@ -20,6 +20,7 @@ Option | Shorthand | Description `--newLine`[1] | | Specifies the end of line sequence to be used when emitting files: 'CRLF' (dos) or 'LF' (unix)." `--noEmit` | | Do not emit outputs. `--noEmitOnError` | | Do not emit outputs if any type checking errors were reported. +`--noEmitHelpers` | | Do not generate custom helper functions like `__extends` in compiled output. `--noImplicitAny` | | Raise error on expressions and declarations with an implied 'any' type. `--noLib` | | Do not include the default library file (lib.d.ts). `--noResolve` | | Do not add triple-slash references or module import targets to the list of compiled files. @@ -41,4 +42,3 @@ Option | Shorthand | Description ## Related - For tsconfig.json see [[tsconfig.json]] - For Setting the compiler options in MSBuild projects see [[Setting Compiler Options in MSBuild projects]] -