Skip to content

Commit

Permalink
chore: fix eslint tsconfig included files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabolus committed Aug 15, 2023
1 parent 089b789 commit e57436e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"extends": "./tsconfig.json",
"include": [
"test/**/*.spec.ts"
]
"include": ["test/**/*.ts"]
}

0 comments on commit e57436e

Please sign in to comment.