From c658a22959760dfdcc20accc49da337912ed5246 Mon Sep 17 00:00:00 2001 From: Sayem Chowdhury Date: Wed, 24 Mar 2021 12:50:02 +0600 Subject: [PATCH] only include src --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bed8304..b3ec79a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,6 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true - } + }, + "include": ["src"] }