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

<https://anchorfact.org/kb/computer-science/code-typescript-module-resolution-and-path-mapping>
  a schema:TechArticle ;
  schema:headline "Code TypeScript Module Resolution and Path Mapping" ;
  schema:url <https://anchorfact.org/computer-science/code-typescript-module-resolution-and-path-mapping/> ;
  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-module-resolution-and-path-mapping>
  schema:citation <https://www.typescriptlang.org/docs/handbook/modules/reference> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-typescript-module-resolution-and-path-mapping>
  schema:citation <https://www.typescriptlang.org/tsconfig/paths.html> ;
  af:sourceTier "B" .