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