From 63c2130f89c4f217bbd694e9d30580c16846f227 Mon Sep 17 00:00:00 2001 From: Cyrille Derche Date: Fri, 19 May 2023 20:37:40 +0200 Subject: [PATCH] add include to tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fd70902..b427da4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,6 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true - } + }, + "include": ["src/**/*", "__test__/**/*"] }