mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
5 lines
254 B
TypeScript
5 lines
254 B
TypeScript
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
|
|
// This file contains the default TypeScript libraries for the deno runtime.
|
|
/// <reference no-default-lib="true"/>
|
|
/// <reference lib="esnext" />
|
|
/// <reference path="globals.d.ts"/>
|