From edaf360e2e5ea409f218ec047fcc0b0518ae6aa0 Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 10 Jan 2026 09:44:44 -0300 Subject: [PATCH] fix: exclude eslint --- tsconfig.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f95443d..627d100 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,9 @@ "outDir": "./dist", "module": "nodenext", "target": "es2024", - "types": ["node"], + "types": [ + "node" + ], "sourceMap": true, "declaration": true, "declarationMap": true, @@ -16,5 +18,8 @@ "noUncheckedSideEffectImports": true, "moduleDetection": "force", "skipLibCheck": true, - } + }, + "exclude": [ + "eslint.config.mts" + ] } \ No newline at end of file