Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: add jsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jan 10, 2023
1 parent 5d9a9ee commit 9579440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rome_fs/src/fs/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ fn handle_dir_entry<'scope>(
if file_type.is_file() {
if matches!(
path.file_name().and_then(OsStr::to_str),
Some("package.json" | "package-lock.json" | "tsconfig.json")
Some("package.json" | "package-lock.json" | "tsconfig.json" "jsconfig.json")
) {
return;
}
Expand Down

0 comments on commit 9579440

Please sign in to comment.