diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-09-01 10:47:13 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-01 15:06:03 -0400 |
commit | b3dac82887508b6d5098b970da40a5ba9420f797 (patch) | |
tree | ec4d565d1372488aa5e6ee8b00505647461edbbf /js/lib.globals.d.ts | |
parent | f83aee02e66214853a008ebe4b5141405ac3a950 (diff) |
Remove lib.globals.d.ts
Diffstat (limited to 'js/lib.globals.d.ts')
-rw-r--r-- | js/lib.globals.d.ts | 5 |
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"/> |