From 199144daf04dc0f67d1ee775f9f39efeb77562d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Tue, 20 Dec 2022 02:29:44 +0100 Subject: fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127) Fixes https://github.com/denoland/deno/issues/16568 --- cli/args/config_file.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/args/config_file.rs') diff --git a/cli/args/config_file.rs b/cli/args/config_file.rs index 0fa8e4d61..79e1c5367 100644 --- a/cli/args/config_file.rs +++ b/cli/args/config_file.rs @@ -130,7 +130,6 @@ pub const IGNORED_COMPILER_OPTIONS: &[&str] = &[ "noEmit", "noEmitHelpers", "noEmitOnError", - "noErrorTruncation", "noLib", "noResolve", "out", -- cgit v1.2.3