vscode/extensions/javascript/schemas/jsconfig.schema.json
2016-07-22 11:04:01 +02:00

10 lines
149 B
JSON

{
"title": "JSON schema for the JavaScript configuration file",
"type": "object",
"default": {
"compilerOptions": {
"target": "es6"
}
}
}