From cedfa4925dabcbc3439ef9e546b261c6154699be Mon Sep 17 00:00:00 2001 From: Kartavya Patel <82671701+patelka2211@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:33:12 +0530 Subject: [PATCH] Minor changes in [`tsconfig.json`](./tsconfig.json) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 150b743..f155af0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,5 @@ // "skipLibCheck": true }, "include": ["src"], - "exclude": ["node_package", "**/__tests__/*"] + "exclude": ["node_package", "test"] }