From 02c6a88d8af08d3e3ae79724d9fb12d4a0f8222f Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 20 Jan 2021 09:28:58 +1100 Subject: docs: improve manual around typescript (#8139) Fixes #9054 --- cli/tsc_config.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/tsc_config.rs b/cli/tsc_config.rs index de4467bcf..16d43cdb0 100644 --- a/cli/tsc_config.rs +++ b/cli/tsc_config.rs @@ -75,6 +75,7 @@ pub const IGNORED_COMPILER_OPTIONS: &[&str] = &[ "inlineSources", "module", "noEmitHelpers", + "noErrorTruncation", "noLib", "noResolve", "outDir", -- cgit v1.2.3