summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2019-03-26 23:22:07 +1100
committerRyan Dahl <ry@tinyclouds.org>2019-03-26 08:22:07 -0400
commitc43cfedeba5d6ac96e1b1febed8549e750606e3f (patch)
tree7b3799259895acadf25294704ea03a9465051e9c /tsconfig.json
parented2977d3c0e9ab3295a3bb47b844b2953d608197 (diff)
namespace reorg: libdeno and DenoCore to Deno.core (#1998)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
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"
+ ]
}