{
"endOfLine": "auto",
"trailingComma": "es5",
"overrides": [
"files": ["*.jsonc", "tsconfig.json"],
"options": {
"trailingComma": "none"
}
]