mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-26 00:36:29 -05:00
* Support `target: es2020` * use CRLF * update symbols Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
6 lines
184 B
TypeScript
6 lines
184 B
TypeScript
/// <reference lib="es2021" />
|
|
/// <reference lib="dom" />
|
|
/// <reference lib="webworker.importscripts" />
|
|
/// <reference lib="scripthost" />
|
|
/// <reference lib="dom.iterable" />
|