@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/code-typescript-project-references-and-incremental-builds>
  a schema:TechArticle ;
  schema:headline "Code TypeScript Project References and Incremental Builds" ;
  schema:url <https://anchorfact.org/computer-science/code-typescript-project-references-and-incremental-builds/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.685" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-typescript-project-references-and-incremental-builds>
  schema:citation <https://www.typescriptlang.org/docs/handbook/project-references.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-typescript-project-references-and-incremental-builds>
  schema:citation <https://www.typescriptlang.org/tsconfig/incremental.html> ;
  af:sourceTier "B" .