Skip to content

Commit

Permalink
fix: don't warn on "compilerOptions.rootDirs"
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn committed Jan 28, 2025
1 parent 5a8211a commit 0f13c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deno_json/ts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ static ALLOWED_COMPILER_OPTIONS: phf::Set<&'static str> = phf::phf_set! {
"noUncheckedIndexedAccess",
"noUnusedLocals",
"noUnusedParameters",
"rootDirs",
"strict",
"strictBindCallApply",
"strictBuiltinIteratorReturn",
Expand Down

0 comments on commit 0f13c7b

Please sign in to comment.