diff options
Diffstat (limited to 'cli/tsc_config.rs')
-rw-r--r-- | cli/tsc_config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc_config.rs b/cli/tsc_config.rs index 1f420ed3a..de4467bcf 100644 --- a/cli/tsc_config.rs +++ b/cli/tsc_config.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use crate::fs_util::canonicalize_path; use deno_core::error::AnyError; |