From 3206c985c2b19f761fba1689591b13e033fc7a6d Mon Sep 17 00:00:00 2001 From: Ryan Smith <0ryansmith1994@gmail.com> Date: Mon, 24 Feb 2020 10:58:02 +0000 Subject: [PATCH] fix(TS Config): Corrects 'includes' typo to 'include' --- configs/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/tsconfig.json b/configs/tsconfig.json index e027b0e6..04603d3a 100644 --- a/configs/tsconfig.json +++ b/configs/tsconfig.json @@ -24,7 +24,7 @@ "noUnusedLocals": false, "esModuleInterop": true }, - "includes": [ + "include": [ "src/**/*" ], "exclude": [