mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 11:47:43 +00:00
TypeScript emits a `.tsbuildinfo` file whose file base name matches the TypeScript configuration file. Typically this configuration file is named `tsconfig.json`, meaning TypeScript will generate `tsconfig.tsbuildinfo`. However, if the config file is named differently, TypeScript will generate another `.tsbuildinfo` file.