From bedeb4f617c4cf3b43973be513b6dcbc4ac6eb3a Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Fri, 31 Jan 2020 15:58:02 +0530 Subject: [PATCH] chore: update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f0e0738..9994a53 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,7 +41,7 @@ "noUnusedLocals": true, }, "include": [ - "src/**/*.ts", "src/manifest/index.js" + "src/**/*", "src/manifest/index.js" ], "exclude": [ "node_modules"