From 628a014694c0c79b0942525f35422772202fa28a Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:14:17 +0700 Subject: [PATCH] chore: project setting exclude tests --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bd323f03..86e4d41d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,5 +2,6 @@ "extends": "@quasar/app-vite/tsconfig-preset", "compilerOptions": { "baseUrl": "." - } + }, + "exclude": ["tests"] }