From 6ed136d4274ae64e6c3ec5839149a35e9baa67db Mon Sep 17 00:00:00 2001 From: Nikolai Ommundsen Date: Fri, 24 Aug 2018 16:52:51 +0200 Subject: [PATCH] Don't use "include", must use "files" --- types/chrome-apps/tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/chrome-apps/tsconfig.json b/types/chrome-apps/tsconfig.json index 32a709653a..6e00d1a959 100644 --- a/types/chrome-apps/tsconfig.json +++ b/types/chrome-apps/tsconfig.json @@ -20,8 +20,5 @@ "files": [ "index.d.ts", "test/index.ts" - ], - "include": [ - "./*.d.ts" ] }