Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
marrouchi committed Oct 18, 2024
1 parent 066409e commit d05faf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.json"]
"include": ["src/**/*.ts", "src/**/*.json", "test/**/*.ts"]
}

0 comments on commit d05faf0

Please sign in to comment.