Update tsconfig.schema.json (#58582)

It's actually a config for ts compiler not for js.
This commit is contained in:
JYX 2018-09-14 14:47:33 +08:00 committed by Matt Bierner
parent a542a0afb5
commit f448ddebe3

View file

@ -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"
]
}
}
}