From 693afddc221722f4aeb51b1a5919782e802668ef Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 26 Feb 2026 22:10:33 +0700 Subject: [PATCH] fix --- tsconfig.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f5f96a0d..1c974407 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,11 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "resolveJsonModule": true, - "skipLibCheck": true, + "skipLibCheck": true }, + "exclude": [ + "src/__tests__/**", + "**/*.spec.ts", + "**/*.test.ts" + ] }