From 200bf23a59fe8f42f0a64c8cbffb41734f9b2d48 Mon Sep 17 00:00:00 2001 From: Aak172003 Date: Sun, 8 Dec 2024 00:13:03 +0530 Subject: [PATCH] feature 2 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 35ed212..0d23c94 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -111,5 +111,5 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true }, - // "exclude": ["**/*.spec.ts", "tests"] + "exclude": ["**/*.spec.ts", "tests"] }