From 5ceec62f2ac047082616c7232ac504a19e4c01f5 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Mon, 9 May 2016 17:29:10 -0700 Subject: [PATCH] Rename all entry points to index.d.ts and explicitify all file lists --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cca0e65..224d101 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,5 +6,9 @@ "strictNullChecks": false, "baseUrl": "../", "typesRoot": "../" - } + }, + "files": [ + "index.d.ts", + "xlsx-tests.ts" + ] } \ No newline at end of file