control-freak-ide/vscode/extensions/javascript/schemas/jsconfig.schema.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

10 lines
149 B
JSON

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