Files
discordeno/packages/tsconfig/package.json
Fleny 9e101a0320 fix: adapt biome formatting of package.json files to match the yarn one (#3745)
* Fix biome formatting of package.json files to match the yarn one

* Ignore package.json

This includes a format on the member toggles as that pr got merged while using ESLint formatting and it didn't get updated before merging
2024-07-14 12:59:19 -05:00

10 lines
117 B
JSON

{
"name": "tsconfig",
"version": "0.0.0",
"private": true,
"files": [
"base.json",
"test.json"
]
}