mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Run dprint on json (#55602)
This commit is contained in:
@@ -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": ["**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user