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