Run dprint on json (#55602)

This commit is contained in:
Jake Bailey
2023-09-01 15:26:01 -07:00
committed by GitHub
parent 512d6328e1
commit 0f91f7dff6
16 changed files with 89 additions and 79 deletions

View File

@@ -2,7 +2,9 @@
"extends": "../tsconfig-base",
"compilerOptions": {
"types": [
"node", "mocha", "chai"
"node",
"mocha",
"chai"
]
},
"references": [
@@ -13,7 +15,7 @@
{ "path": "../server" },
{ "path": "../typingsInstallerCore" },
{ "path": "../deprecatedCompat" },
{ "path": "../harness" },
{ "path": "../harness" }
],
"include": ["**/*"]
}