From c111355b5295a552360834b13bde8b13c001ca45 Mon Sep 17 00:00:00 2001 From: Blacky <77108939+brblacky@users.noreply.github.com> Date: Sat, 10 Feb 2024 17:24:05 +0530 Subject: [PATCH] Update tsconfig.json Signed-off-by: Blacky <77108939+brblacky@users.noreply.github.com> --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 17f4de783..89c9c0801 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,8 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, + "include": [ + "src/**/*.ts" + ], "exclude": ["dist", "node_modules", "tests", "dashboard"] }