diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-07-13 20:38:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 15:38:36 -0400 |
commit | c2770c70b72e5d5121be936ee32e249a21e4ea92 (patch) | |
tree | 6c7ec1bb48e1496ca1cd51d996cc33582cd7596a /cli/proc_state.rs | |
parent | 667812a297a538863695c20bf5d8228301298db5 (diff) |
chore(cli): remove dead code related to previous tsc emit (#15196)
Diffstat (limited to 'cli/proc_state.rs')
-rw-r--r-- | cli/proc_state.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs index fac2b2418..ae0290b2c 100644 --- a/cli/proc_state.rs +++ b/cli/proc_state.rs @@ -414,10 +414,7 @@ impl ProcState { let config_type = if self.options.type_check_mode() == TypeCheckMode::None { TsConfigType::Emit } else { - TsConfigType::Check { - tsc_emit: true, - lib, - } + TsConfigType::Check { lib } }; let ts_config_result = |