diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-09-01 07:45:26 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-01 10:45:26 -0400 |
commit | f83aee02e66214853a008ebe4b5141405ac3a950 (patch) | |
tree | 4e95505f445d841e943da72e0db8364aaf92e9c9 /js/lib.globals.d.ts | |
parent | 89dddca3b4865fe4496f51680c70547e65c272eb (diff) |
Bundle most types into globals.d.ts (#642)
Diffstat (limited to 'js/lib.globals.d.ts')
-rw-r--r-- | js/lib.globals.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib.globals.d.ts b/js/lib.globals.d.ts index a1526c573..5243e4b5d 100644 --- a/js/lib.globals.d.ts +++ b/js/lib.globals.d.ts @@ -2,4 +2,4 @@ // This file contains the default TypeScript libraries for the deno runtime. /// <reference no-default-lib="true"/> /// <reference lib="esnext" /> -import "gen/js/globals"; +/// <reference path="globals.d.ts"/> |