Skip to content

Commit

Permalink
chore: Adjust tsconfig.json to include source files for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
EvarinDev committed Jul 21, 2024
1 parent 5cc3d9e commit b91923e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
}

0 comments on commit b91923e

Please sign in to comment.