From 9d8cea905716762e5fc9f29788a835d7a9ade166 Mon Sep 17 00:00:00 2001 From: Simon Bengtsson Date: Thu, 9 Apr 2020 13:14:26 +0200 Subject: [PATCH] Add back include option --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0b14a1f2..580fa2f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,5 +2,6 @@ "compilerOptions": { "strictNullChecks": true, "target": "ES5" - } + }, + "include": ["src/**/*"] }