vscode/extensions/typescript-language-features/schemas/jsconfig.schema.json
2022-02-28 15:16:39 -08:00

11 lines
182 B
JSON

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