diff options
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"/> |