diff options
Diffstat (limited to 'cli/js/ts_global.d.ts')
-rw-r--r-- | cli/js/ts_global.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/ts_global.d.ts b/cli/js/ts_global.d.ts index 71a01e30e..f887d578e 100644 --- a/cli/js/ts_global.d.ts +++ b/cli/js/ts_global.d.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // This scopes the `ts` namespace globally, which is where it exists at runtime // when building Deno, but the `typescript/lib/typescript.d.ts` is defined as a |