ES6+ allows this simple/clean approach
[{"id":1}, {"id":-2}
For some projects it's easier to set your target to es6 in your tsconfig.json.
es6
tsconfig.json
{ "compilerOptions": { "target": "es6", ...