mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"title": "JSON schema for the JavaScript configuration file",
|
|
"type": "object",
|
|
"default": {
|
|
"compilerOptions": {
|
|
"target": "es6"
|
|
}
|
|
}
|
|
}
|