We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f32563 commit f611d80Copy full SHA for f611d80
crates/turborepo-repository/src/change_mapper/mod.rs
@@ -20,7 +20,7 @@ use crate::package_graph::{
20
21
mod package;
22
23
-const DEFAULT_GLOBAL_DEPS: [&str; 2] = ["package.json", "turbo.json"];
+const DEFAULT_GLOBAL_DEPS: &[&str] = ["package.json", "turbo.json", "turbo.jsonc"].as_slice();
24
25
// We may not be able to load the lockfile contents, but we
26
// still want to be able to express a generic change.
0 commit comments