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:
parent
5e9e16e156
commit
befc6b2e76
2 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue