mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 22:08:04 -05:00
Update tsconfig.schema.json (#58582)
It's actually a config for ts compiler not for js.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user