From c43cfedeba5d6ac96e1b1febed8549e750606e3f Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 26 Mar 2019 23:22:07 +1100 Subject: namespace reorg: libdeno and DenoCore to Deno.core (#1998) --- tsconfig.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') 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" + ] } -- cgit v1.2.3