mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Mark all .tsbuildinfo files as json (#189811)
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.
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
},
|
||||
{
|
||||
"id": "json",
|
||||
"filenames": [
|
||||
"tsconfig.tsbuildinfo"
|
||||
"extensions": [
|
||||
".tsbuildinfo"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user