diff --git a/tsconfig.json b/tsconfig.json index da53c00..b018483 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,6 @@ }, // Include the eslint.config.js explicitly "include": [ - "src/**/*", // Adjust as needed to target your source files - "eslint.config.js" // Include the eslint config explicitly + "src/**/*" // Adjust as needed to target your source files ] } \ No newline at end of file