From b816331da5921e2570718c07efded9a51ec2643d Mon Sep 17 00:00:00 2001 From: chansee97 Date: Fri, 11 Jul 2025 22:09:34 +0800 Subject: [PATCH] fix: tsconfig error --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 31dc278..31f74dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,5 @@ "isolatedModules": true, "skipLibCheck": true }, - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "eslint.config.js"] }