Repository URL to install this package:
|
Version:
1.9.1-1486596246 ▾
|
code
/
usr
/
share
/
code
/
resources
/
app
/
extensions
/
javascript
/
schemas
/
jsconfig.schema.json
|
|---|
{
"title": "JSON schema for the JavaScript configuration file",
"type": "object",
"default": {
"compilerOptions": {
"target": "es6"
}
}
}