mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +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.