Files
vscode/extensions/javascript/schemas/jsconfig.schema.json
T

10 lines
149 B
JSON

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