additionalImports? | string[] | - |
config? | string | Path to config YAML file used, this is also where the project root should be. |
designTimeBuild? | boolean | When true, indicates that a compilation is being performed for live analysis in the language server. |
emit? | string[] | List or path to emitters to use. |
emitters? | Record<string, EmitterOptions> | Deprecated use emit and options instead. Will be removed in March 2022 sprint. |
ignoreDeprecated? | boolean | Suppress all deprecated warnings. |
linterRuleSet? | LinterRuleSet | Ruleset to enable for linting. |
miscOptions? | Record<string, unknown> | - |
noEmit? | boolean | - |
nostdlib? | boolean | - |
options? | Record<string, EmitterOptions> | Emitter options. Key value pair where the key must be the emitter name. |
outputDir? | string | Default output directory used by emitters. Default ./tsp-output |
outputPath? | string | Deprecated use outputDir. |
parseOptions? | ParseOptions | - |
trace? | string[] | Trace area to enable. |
warningAsError? | boolean | - |