1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

Fixed copyright of types output

This commit is contained in:
J2P 2019-01-17 20:21:10 +09:00 committed by Ryan Dahl
parent 5e9e16e156
commit befc6b2e76
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
/// <reference no-default-lib="true" />
/// <reference lib="esnext" />

View file

@ -58,7 +58,7 @@ const { ModuleKind, ModuleResolutionKind, ScriptTarget } = ts;
* A preamble which is appended to the start of the library.
*/
// tslint:disable-next-line:max-line-length
const libPreamble = `// Copyright 2018 the Deno authors. All rights reserved. MIT license.
const libPreamble = `// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
/// <reference no-default-lib="true" />
/// <reference lib="esnext" />