diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-03-26 23:22:07 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-26 08:22:07 -0400 |
| commit | c43cfedeba5d6ac96e1b1febed8549e750606e3f (patch) | |
| tree | 7b3799259895acadf25294704ea03a9465051e9c /tsconfig.json | |
| parent | ed2977d3c0e9ab3295a3bb47b844b2953d608197 (diff) | |
namespace reorg: libdeno and DenoCore to Deno.core (#1998)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index bece2b313..e79023de3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,11 @@ "target": "esnext", "types": [] }, - "files": ["js/lib.web_assembly.d.ts", "js/main.ts", "js/compiler.ts"] + "files": [ + "js/lib.web_assembly.d.ts", + "core/core.d.ts", + "libdeno/libdeno.d.ts", + "js/main.ts", + "js/compiler.ts" + ] } |
