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:
Remco Haszing 2023-08-07 21:32:21 +02:00 committed by GitHub
parent 28af490a6e
commit e0485e9d8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,8 +55,8 @@
},
{
"id": "json",
"filenames": [
"tsconfig.tsbuildinfo"
"extensions": [
".tsbuildinfo"
]
}
],