Skip to content

Commit

Permalink
Adjust include arrays in tsconfig and tsconfig.eslint to avoid over-i…
Browse files Browse the repository at this point in the history
…ncluding
  • Loading branch information
addisonbeck committed Jan 11, 2024
1 parent e5a3019 commit 2693722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
}
]
},
"include": ["src", "jslib", "scripts", "./**.ts"]
"include": ["src", "jslib", "scripts", "./*.ts"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
},
"useDefineForClassFields": false
},
"include": ["src", "jslib", "scripts", "./**.ts"]
"include": ["src", "jslib"]
}

0 comments on commit 2693722

Please sign in to comment.