Update tsconfig.schema.json (#58582)

It's actually a config for ts compiler not for js.
This commit is contained in:
JYX
2018-09-13 23:47:33 -07:00
committed by Matt Bierner
parent a542a0afb5
commit f448ddebe3
@@ -1,5 +1,5 @@
{
"title": "JSON schema for the JavaScript configuration file",
"title": "JSON schema for the TypeScript compiler's configuration file",
"type": "object",
"default": {
"compilerOptions": {
@@ -9,4 +9,4 @@
"node_modules"
]
}
}
}