summaryrefslogtreecommitdiff
path: root/js/lib.globals.d.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-09-01 10:47:13 -0700
committerRyan Dahl <ry@tinyclouds.org>2018-09-01 15:06:03 -0400
commitb3dac82887508b6d5098b970da40a5ba9420f797 (patch)
treeec4d565d1372488aa5e6ee8b00505647461edbbf /js/lib.globals.d.ts
parentf83aee02e66214853a008ebe4b5141405ac3a950 (diff)
Remove lib.globals.d.ts
Diffstat (limited to 'js/lib.globals.d.ts')
-rw-r--r--js/lib.globals.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/lib.globals.d.ts b/js/lib.globals.d.ts
deleted file mode 100644
index 5243e4b5d..000000000
--- a/js/lib.globals.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-// 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"/>