Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit a4650cd

Browse files
authored
Merge pull request #8 from typescript-tools/now
2 parents 91eab37 + a452612 commit a4650cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ pub fn link_typescript_project_references(opts: crate::opts::Link) -> Result<(),
273273
return Err("Found out-of-date project references")?;
274274
}
275275

276-
// STRETCH TODO: create `tsconfig.settings.json` files
276+
// TODO(7): create `tsconfig.settings.json` files
277277

278278
Ok(())
279279
}

0 commit comments

Comments
 (0)